]> git.lyx.org Git - lyx.git/commitdiff
APPLE compilation fix.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 3 Oct 2006 15:51:16 +0000 (15:51 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 3 Oct 2006 15:51:16 +0000 (15:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15218 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/fontutils.C

index e88fd7b2cfa2c7eb43e7a14ecd3ba10bb26a7442..1c807e93e0bc7ab4c14c97bad80fd43d97d459d5 100644 (file)
@@ -20,7 +20,9 @@
 #include "support/systemcall.h"
 
 #ifdef __APPLE__
+#include "debug.h"
 #include <ApplicationServices/ApplicationServices.h>
+using std::endl;
 #endif
 
 #if defined(_WIN32) || (defined(__CYGWIN__) && defined(X_DISPLAY_MISSING))