]> git.lyx.org Git - lyx.git/commitdiff
Try to fix compilation on cygwin
authorGeorg Baum <baum@lyx.org>
Sun, 7 Dec 2014 19:43:47 +0000 (20:43 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 7 Dec 2014 19:43:47 +0000 (20:43 +0100)
src/support/trivstring.cpp

index fa714e9402fb4de220243cabbb64c7253099c3a1..6fda216674ebb33c1738c26540ad389cf774b370 100644 (file)
@@ -15,6 +15,7 @@
 
 #ifdef STD_STRING_USES_COW
 #include <algorithm>
+#include <ostream>
 
 using namespace std;