From 2612d26be40944aa3fc6d889b91865cbb19b0b65 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Sun, 29 May 2016 20:07:48 +0000 Subject: [PATCH] [MaL] Replace iostream include with istream. Only istream is required here. --- MathLib/TemplatePoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MathLib/TemplatePoint.h b/MathLib/TemplatePoint.h index cf0d9965f68..fd010582372 100644 --- a/MathLib/TemplatePoint.h +++ b/MathLib/TemplatePoint.h @@ -20,8 +20,8 @@ #include <algorithm> #include <cmath> #include <iterator> +#include <istream> #include <cassert> -#include <iostream> namespace MathLib { -- GitLab