From b67c57a333ebc15f98d209cd0bfe537ff02be182 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Sun, 22 Oct 2006 15:38:21 +0000 Subject: [PATCH] Compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15480 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ispell.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2