mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Buffer.cpp: compile fix
scons_manifest.py: dito André, please check if you can compile before you commit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20721 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d162028a9c
commit
474a0beb2b
@ -121,7 +121,6 @@ src_header_files = Split('''
|
||||
Variables.h
|
||||
WordLangTuple.h
|
||||
buffer_funcs.h
|
||||
callback.h
|
||||
debug.h
|
||||
factory.h
|
||||
gettext.h
|
||||
@ -223,7 +222,6 @@ src_pre_files = Split('''
|
||||
VSpace.cpp
|
||||
boost.cpp
|
||||
buffer_funcs.cpp
|
||||
callback.cpp
|
||||
debug.cpp
|
||||
factory.cpp
|
||||
gettext.cpp
|
||||
@ -683,6 +681,7 @@ src_frontends_header_files = Split('''
|
||||
FontLoader.h
|
||||
FontMetrics.h
|
||||
Gui.h
|
||||
KeyModifier.h
|
||||
KeySymbol.h
|
||||
LyXView.h
|
||||
NoGuiFontLoader.h
|
||||
@ -692,7 +691,6 @@ src_frontends_header_files = Split('''
|
||||
WorkArea.h
|
||||
WorkAreaManager.h
|
||||
alert.h
|
||||
key_state.h
|
||||
mouse_state.h
|
||||
''')
|
||||
|
||||
|
@ -88,6 +88,10 @@
|
||||
#include "support/textutils.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#if !defined (HAVE_FORK)
|
||||
# define fork() -1
|
||||
#endif
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/filesystem/exception.hpp>
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user