]> git.lyx.org Git - features.git/commitdiff
Compilation fix in C++98 mode.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 6 Feb 2017 09:28:47 +0000 (10:28 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 6 Feb 2017 09:28:47 +0000 (10:28 +0100)
src/frontends/qt4/GuiDelimiter.h

index 7bd6ee610be5775e1dfde3f62ed8d36c85e17fcd..fb0c0bc64f6cf9753e26a602ffef60d29fd9793f 100644 (file)
@@ -16,6 +16,8 @@
 
 #include "ui_DelimiterUi.h"
 
+#include "support/docstring.h"
+
 class QListWidgetItem;
 
 namespace lyx {