From: Abdelrazak Younes Date: Wed, 14 Nov 2007 08:17:55 +0000 (+0000) Subject: compile fix. X-Git-Tag: 1.6.10~7357 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dd0ff2d0f7479eee6327c9fd95eadbf0c89355c1;p=features.git compile fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21599 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Exporter.cpp b/src/Exporter.cpp index e90c23f4e0..6857c87ee1 100644 --- a/src/Exporter.cpp +++ b/src/Exporter.cpp @@ -26,6 +26,8 @@ #include "support/lstrings.h" #include "support/Package.h" +#include + using std::find; using std::string; using std::vector;