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:
Uwe Stöhr 2007-10-03 22:22:40 +00:00
parent d162028a9c
commit 474a0beb2b
2 changed files with 5 additions and 3 deletions

View File

@ -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
''')

View File

@ -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>