]> git.lyx.org Git - lyx.git/commitdiff
Compiliation fixes; missing headers.
authorAngus Leeming <leeming@lyx.org>
Fri, 23 May 2003 14:33:01 +0000 (14:33 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 23 May 2003 14:33:01 +0000 (14:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7030 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/FormPreferences.C
src/frontends/xforms/FormSendto.C
src/frontends/xforms/xformsImage.C

index 9fc3676639a7854b3644c9106ac68d8e124f1b6c..4bb1d2c4f18042bcdfdbf4d9c222bd29598c0f1a 100644 (file)
@@ -35,6 +35,7 @@
 #include "funcrequest.h"
 #include "author.h"
 
+#include "support/lstrings.h"
 #include "support/lyxfunctional.h"
 #include "support/lyxmanip.h"
 #include "support/tostr.h"
index 766aaa7ae48ca47aace53f092745fe6e01de1c3a..ac97db71dcf9338f5c0f0ab861237261b61acf6f 100644 (file)
@@ -20,6 +20,7 @@
 #include "format.h"
 #include "gettext.h"
 #include "lyx_forms.h"
+#include "support/lstrings.h"
 
 using std::vector;
 
index 5956906cb879f985087b0d34ac134b83e5fe3c1e..39feb72df75995053c09ec797793597cdba88028 100644 (file)
@@ -16,6 +16,7 @@
 #include "format.h"
 #include "debug.h"
 #include "support/LAssert.h"
+#include "support/lstrings.h"
 #include "support/lyxfunctional.h"  // compare_memfun
 
 #include "lyx_forms.h"