mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15480 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
dc94575f2b
commit
b67c57a333
@ -24,9 +24,6 @@
|
||||
|
||||
#include "support/forkedcall.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
||||
// HP-UX 11.x doesn't have this header
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
# include <sys/select.h>
|
||||
@ -35,6 +32,9 @@ namespace lyx {
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
||||
using boost::shared_ptr;
|
||||
|
||||
#ifndef CXX_GLOBAL_CSTD
|
||||
|
Loading…
Reference in New Issue
Block a user