From: José Matox Date: Mon, 25 Oct 2004 08:14:48 +0000 (+0000) Subject: Add #include to sgml.h X-Git-Tag: 1.6.10~14910 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0cfc9133bb381503f3fb48f824f3ad1e32b4f960;p=features.git Add #include to sgml.h git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9122 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/ChangeLog b/src/ChangeLog index d50b20253b..1a73c765eb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-10-25 José Matos + + * sgml.h: add #include + 2004-10-25 José Matos * sgml.[Ch] (escapeString): new function to escape all the string. diff --git a/src/sgml.h b/src/sgml.h index 65eda14a1f..017086841b 100644 --- a/src/sgml.h +++ b/src/sgml.h @@ -16,6 +16,7 @@ #include "support/types.h" #include +#include #include class Buffer;