From bfaa40c65f150789bbb9cebc068b07c52b6cfd54 Mon Sep 17 00:00:00 2001
From: David Colignon <david.colignon@ulg.ac.be>
Date: Thu, 4 Aug 2005 14:04:08 +0000
Subject: [PATCH] #include <iostream> added to solve cygwin compilation
 problems

---
 Common/Options.cpp  | 3 ++-
 Fltk/GUI.cpp        | 3 ++-
 Fltk/Main.cpp       | 3 ++-
 Plugin/Annotate.cpp | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/Common/Options.cpp b/Common/Options.cpp
index 6b32b67dba..a0af6db4b2 100644
--- a/Common/Options.cpp
+++ b/Common/Options.cpp
@@ -1,4 +1,4 @@
-// $Id: Options.cpp,v 1.251 2005-08-02 17:02:08 geuzaine Exp $
+// $Id: Options.cpp,v 1.252 2005-08-04 14:04:07 colignon Exp $
 //
 // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 //
@@ -19,6 +19,7 @@
 // 
 // Please report all bugs and problems to <gmsh@geuz.org>.
 
+#include <iostream>
 #include "PluginManager.h"
 #include "Gmsh.h"
 #include "GmshUI.h"
diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp
index de21528f2f..a482bee75b 100644
--- a/Fltk/GUI.cpp
+++ b/Fltk/GUI.cpp
@@ -1,4 +1,4 @@
-// $Id: GUI.cpp,v 1.451 2005-08-02 17:02:08 geuzaine Exp $
+// $Id: GUI.cpp,v 1.452 2005-08-04 14:04:08 colignon Exp $
 //
 // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 //
@@ -65,6 +65,7 @@
 // Don't indent this file
 // *INDENT-OFF*
 
+#include <iostream>
 #include "PluginManager.h"
 #include "Gmsh.h"
 #include "GmshUI.h"
diff --git a/Fltk/Main.cpp b/Fltk/Main.cpp
index 3e72c9e98f..741b7354dc 100644
--- a/Fltk/Main.cpp
+++ b/Fltk/Main.cpp
@@ -1,4 +1,4 @@
-// $Id: Main.cpp,v 1.80 2005-06-20 16:40:25 geuzaine Exp $
+// $Id: Main.cpp,v 1.81 2005-08-04 14:04:08 colignon Exp $
 //
 // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 //
@@ -19,6 +19,7 @@
 // 
 // Please report all bugs and problems to <gmsh@geuz.org>.
 
+#include <iostream>
 #include <signal.h>
 #include <time.h>
 
diff --git a/Plugin/Annotate.cpp b/Plugin/Annotate.cpp
index a6dd6ef85d..58c46ce830 100644
--- a/Plugin/Annotate.cpp
+++ b/Plugin/Annotate.cpp
@@ -1,4 +1,4 @@
-// $Id: Annotate.cpp,v 1.11 2005-03-13 09:10:35 geuzaine Exp $
+// $Id: Annotate.cpp,v 1.12 2005-08-04 14:04:08 colignon Exp $
 //
 // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 //
@@ -19,6 +19,7 @@
 // 
 // Please report all bugs and problems to <gmsh@geuz.org>.
 
+#include <iostream>
 #include "Plugin.h"
 #include "Annotate.h"
 #include "List.h"
-- 
GitLab