]> git.lyx.org Git - features.git/commitdiff
File uses lowercase, so explicitly #include lstrings.h
authorAngus Leeming <leeming@lyx.org>
Tue, 15 Apr 2003 12:13:40 +0000 (12:13 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 15 Apr 2003 12:13:40 +0000 (12:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6817 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/ChangeLog
src/frontends/qt2/QLImage.C

index 1bede754d505e97f2c659c17e0d323b962d4f01b..a8b5a9afff02a8767ca1ffc6c0dbbed729de6d0d 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-15  Angus Leeming  <leeming@lyx.org>
+
+       * QLImage.C: #include lstrings.h.
+
 2003-04-15  John Levon  <levon@movementarian.org>
 
        * QCommandBuffer.h:
index acdf564901dd8805afe0177bdb46c4ccc948f7d4..4921ad6fa8fc3a85ad43bd058618e84df001d7f5 100644 (file)
@@ -17,6 +17,7 @@
 #include "format.h"
 #include "debug.h"
 #include "support/LAssert.h"
+#include "support/lstrings.h"       // lowercase
 #include "support/lyxfunctional.h"  // compare_memfun
 #include "qt_helpers.h"