]> git.lyx.org Git - features.git/commitdiff
Add #include <string> to sgml.h
authorJosé Matox <jamatos@lyx.org>
Mon, 25 Oct 2004 08:14:48 +0000 (08:14 +0000)
committerJosé Matox <jamatos@lyx.org>
Mon, 25 Oct 2004 08:14:48 +0000 (08:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9122 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/sgml.h

index d50b20253b79538cb2aa9c021d9499b72d0f80eb..1a73c765eb4dc12b8b0bf892176c46ea4fe3284e 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-25  José Matos  <jamatos@lyx.org>
+
+       * sgml.h: add #include <string>
+
 2004-10-25  José Matos  <jamatos@lyx.org>
 
        * sgml.[Ch] (escapeString): new function to escape all the string.
index 65eda14a1f9d170c88b9a108e073c1295d18ced6..017086841b7e85d352d7fbc32a5225ac09f8a69d 100644 (file)
@@ -16,6 +16,7 @@
 #include "support/types.h"
 
 #include <iosfwd>
+#include <string>
 #include <utility>
 
 class Buffer;