From f67fd3cb29b4e57c4a28ec1e94a47be4799d343c Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sun, 25 Jul 2004 12:59:12 +0000 Subject: [PATCH] STLPort compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8852 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 4 ++++ src/Spacing.h | 1 + 2 files changed, 5 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 58bc2b7106..52967a6b77 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-07-25 Georg Baum + + * Spacing.h: add (STLPort compile fix) + 2004-07-25 Lars Gullik Bjonnes * lyxlex_pimpl.C (compare_tags): chagne return type of operator() diff --git a/src/Spacing.h b/src/Spacing.h index 03c5db7231..495a97d16a 100644 --- a/src/Spacing.h +++ b/src/Spacing.h @@ -13,6 +13,7 @@ #define SPACING_H #include +#include /// -- 2.39.2