From: Jean-Marc Lasgouttes Date: Sun, 21 Jul 2002 22:17:21 +0000 (+0000) Subject: compile fix X-Git-Tag: 1.6.10~18794 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=313ab401fe79b7b5841afaec432848385a0061fd;p=features.git compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4737 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LaTeXFeatures.C b/src/LaTeXFeatures.C index 363fd12334..143bbdfa38 100644 --- a/src/LaTeXFeatures.C +++ b/src/LaTeXFeatures.C @@ -30,6 +30,7 @@ using lyx::textclass_type; using std::endl; +using std::list; using std::set; using std::find; using std::ostream;