mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
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:
parent
e948caf637
commit
4654a8bf96
@ -18,6 +18,7 @@
|
||||
#include "LyXRC.h"
|
||||
|
||||
#include "insets/Inset.h"
|
||||
#include "support/shared_ptr.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user