]> git.lyx.org Git - lyx.git/blobdiff - src/support/DebugStream.C
small changes read ChangeLog
[lyx.git] / src / support / DebugStream.C
index 2903f624484a69bf81f504407147b852ccbc823b..a4b94004f5b4ae2f5c40dd9f477a6f2a45dfa2f9 100644 (file)
@@ -9,6 +9,10 @@
 
 #include <config.h>
 
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 //#include "DebugStream.h"
 #include "debug.h"
 
@@ -19,6 +23,7 @@
 #ifdef MODERN_STL_STREAMS
 #include <fstream>
 #endif
+#include <iostream>
 
 using std::ostream;
 using std::streambuf;