]> git.lyx.org Git - lyx.git/commitdiff
build with GCC
authorPeter Kümmel <syntheticpp@gmx.net>
Thu, 22 Apr 2010 14:40:57 +0000 (14:40 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Thu, 22 Apr 2010 14:40:57 +0000 (14:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34263 a592a061-630c-0410-9148-cb99ea01b6c8

src/graphics/Previews.cpp
src/support/bind.h

index dc1c167fa31f65df01a42eac3b01d928c9563836..0b1e481078f5219953d5eb1b3c17ccbd7a42d88e 100644 (file)
@@ -18,6 +18,7 @@
 #include "LyXRC.h"
 
 #include "insets/Inset.h"
+#include "support/shared_ptr.h"
 
 using namespace std;
 
index 2c636dce6de1d7486fad17c9ac8f1b4e1a114734..f00d1629b4a687ab346d117679d6b4b1e4b1cd5c 100644 (file)
@@ -22,10 +22,8 @@ using std::tr1::ref;
 
 #else
 
-#include "support/bind.h"
+#include "boost/bind.hpp"
 using boost::bind;
-using boost::_1;
-using boost::_2;
 using boost::ref;
 
 #endif