From 1cc17a653e3f6f8b20223b12fe676adcfbf7cd32 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 15 Feb 2005 18:43:41 +0000 Subject: [PATCH] Add missing #include. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9636 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/ChangeLog | 4 ++++ src/support/environment.C | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 { -- 2.39.2