From 4654a8bf96b144b7d89b595abdbdbf4c8f082965 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Thu, 22 Apr 2010 14:40:57 +0000 Subject: [PATCH] build with GCC git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34263 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/graphics/Previews.cpp | 1 + src/support/bind.h | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/graphics/Previews.cpp b/src/graphics/Previews.cpp index dc1c167fa3..0b1e481078 100644 --- a/src/graphics/Previews.cpp +++ b/src/graphics/Previews.cpp @@ -18,6 +18,7 @@ #include "LyXRC.h" #include "insets/Inset.h" +#include "support/shared_ptr.h" using namespace std; diff --git a/src/support/bind.h b/src/support/bind.h index 2c636dce6d..f00d1629b4 100644 --- a/src/support/bind.h +++ b/src/support/bind.h @@ -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 -- 2.39.5