build with GCC

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34263 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2010-04-22 14:40:57 +00:00
parent e948caf637
commit 4654a8bf96
2 changed files with 2 additions and 3 deletions

View File

@ -18,6 +18,7 @@
#include "LyXRC.h"
#include "insets/Inset.h"
#include "support/shared_ptr.h"
using namespace std;

View 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