Skip to content
Snippets Groups Projects
Commit 2612d26b authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MaL] Replace iostream include with istream.

Only istream is required here.
parent c4fbd4c4
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@
#include <algorithm>
#include <cmath>
#include <iterator>
#include <istream>
#include <cassert>
#include <iostream>
namespace MathLib
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment