From: Angus Leeming Date: Tue, 15 Feb 2005 18:43:41 +0000 (+0000) Subject: Add missing #include. X-Git-Tag: 1.6.10~14534 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1cc17a653e3f6f8b20223b12fe676adcfbf7cd32;p=features.git Add missing #include. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9636 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/ChangeLog b/src/support/ChangeLog index f451fee9f7..5d482bb7ac 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,7 @@ +2005-02-15 Angus Leeming + + * environment.C: add missing #include. + 2005-02-15 Angus Leeming * environment.[Ch]: new files. Move the environment setter/getter diff --git a/src/support/environment.C b/src/support/environment.C index d06858216f..7722035edc 100644 --- a/src/support/environment.C +++ b/src/support/environment.C @@ -19,11 +19,12 @@ #include #include - +#include using std::string; using std::vector; + namespace lyx { namespace support {