From: Enrico Forestieri Date: Sun, 22 Oct 2006 15:38:21 +0000 (+0000) Subject: Compile fix X-Git-Tag: 1.6.10~12244 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b67c57a333ebc15f98d209cd0bfe537ff02be182;p=features.git Compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15480 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/ispell.C b/src/ispell.C index 4ed34d48e2..ab7dfcb89c 100644 --- a/src/ispell.C +++ b/src/ispell.C @@ -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 @@ -35,6 +32,9 @@ namespace lyx { # include #endif + +namespace lyx { + using boost::shared_ptr; #ifndef CXX_GLOBAL_CSTD