]> git.lyx.org Git - features.git/commitdiff
compilation fixes
authorUwe Stöhr <uwestoehr@web.de>
Mon, 17 Mar 2008 21:11:17 +0000 (21:11 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 17 Mar 2008 21:11:17 +0000 (21:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23797 a592a061-630c-0410-9148-cb99ea01b6c8

src/InsetList.cpp
src/insets/InsetBibitem.cpp
src/insets/InsetCommandParams.cpp
src/insets/InsetListingsParams.cpp
src/mathed/InsetMathGrid.cpp
src/rowpainter.cpp

index 6b8e1fae4cc75a4b7e6c2a03ee6324448e39c0ff..088d3aa2d8c077f282fb4ac641bad97211f20064 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include <config.h>
+#include <algorithm>
 
 #include "InsetList.h"
 
index ed9e859641352748ffe0657fc0b3c9a615710376..22bb43d55f74ccec17c7da3273c7f104a358b8fa 100644 (file)
@@ -9,6 +9,7 @@
  */
 
 #include <config.h>
+#include <algorithm>
 
 #include "InsetBibitem.h"
 
index 2112005137ce9f53af55c2dd3e1af13a11918127..583412ef361f1103274c0f91aca34c829ef9b3ba 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include <config.h>
+#include <algorithm>
 
 #include "InsetCommandParams.h"
 
index 5b744063343f1a715a53db51f456ed6467a8205f..7761d9a6c4a30b8967e1eac2a70a40f4ba52649c 100644 (file)
@@ -9,6 +9,7 @@
  */
 
 #include <config.h>
+#include <algorithm>
 
 #include "InsetListingsParams.h"
 
index 308e059fd7c3c7ec68cb5d3820bc3368b8c3b0ab..0298a40756e21403638b5e611795f0c644071bef 100644 (file)
@@ -9,6 +9,7 @@
  */
 
 #include <config.h>
+#include <algorithm>
 
 #include "InsetMathGrid.h"
 
index c4290581415051ce98c748c8f6346832a6685d4d..214fd6872640340a878953762c6b0ccf2c5b1b25 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include <config.h>
+#include <algorithm>
 
 #include "rowpainter.h"