]> git.lyx.org Git - lyx.git/commitdiff
win32 compile fix
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 11 Feb 2002 10:07:28 +0000 (10:07 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 11 Feb 2002 10:07:28 +0000 (10:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3515 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/ChangeLog
src/support/os_win32.C

index 7f51bbc2002f9e61b61ae57bd9a98a46aae1bfac..c93bf8eaa6c6109732f64c731845d6362a95f990 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-10 Kayvan Sylvan <kayvan@sylvan.com>
+
+       * os_win32.C: Add "using std::endl" to fix compilation for GCC 3.X.
+
 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * FileInfo.h: remove special cygwin code.
index e02f0f5f6c00328f829d17e983ef816ea839f83f..8d2b848732bd059772b7132de27b91348f0823cc 100644 (file)
@@ -19,6 +19,8 @@ string os::tmpdir_ = string();
 os::shell_type os::_shell = os::UNIX;
 unsigned long os::cp_ = 0;
 
+using std::endl;
+
 void os::init(int * /* argc */, char ** argv[]) {
        static bool initialized = false;
        if (initialized) return;