1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2025-01-13 20:09:59 +00:00

Add #include <string> to sgml.h

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9122 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2004-10-25 08:14:48 +00:00
parent 3b3409cd78
commit 0cfc9133bb
2 changed files with 5 additions and 0 deletions

@ -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.

@ -16,6 +16,7 @@
#include "support/types.h"
#include <iosfwd>
#include <string>
#include <utility>
class Buffer;