]> git.lyx.org Git - features.git/commitdiff
endl is defined in ostream, iomanip is not enough (it matters for gcc 4.3)
authorJosé Matox <jamatos@lyx.org>
Tue, 6 May 2008 14:29:06 +0000 (14:29 +0000)
committerJosé Matox <jamatos@lyx.org>
Tue, 6 May 2008 14:29:06 +0000 (14:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24640 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/unicode.cpp

index 35dde63014f1bbfb7247bf7014411214f69b3edc..cdcb7fd27ee4db11482d59777f2f97cb4c0dd75c 100644 (file)
@@ -22,6 +22,7 @@
 #include <cerrno>
 #include <iomanip>
 #include <map>
+#include <ostream>
 #include <string>
 
 using namespace std;