]> git.lyx.org Git - lyx.git/commitdiff
STLPort compile fix
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 25 Jul 2004 12:59:12 +0000 (12:59 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 25 Jul 2004 12:59:12 +0000 (12:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8852 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/Spacing.h

index 58bc2b7106e166a0c0dc966af06a274301d245c8..52967a6b77c8663c5bfde2b2dd3df6cf248b176f 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * Spacing.h: add <string> (STLPort compile fix)
+
 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
 
        * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
index 03c5db72318e79b7c6329a289d35bcc5d12516f8..495a97d16aadaf71b7cbb7e3ff824420e7717e85 100644 (file)
@@ -13,6 +13,7 @@
 #define SPACING_H
 
 #include <iosfwd>
+#include <string>
 
 
 ///