]> git.lyx.org Git - features.git/commitdiff
Compilation fix (with qt4 at least).
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 19 Oct 2018 08:02:02 +0000 (10:02 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 19 Oct 2018 08:02:02 +0000 (10:02 +0200)
src/support/qstring_helpers.cpp

index 4a09c1b6655a37f1848115f235c738c184c28d4d..7e339def452beef377cfa3d476d0adbd34825dee 100644 (file)
@@ -18,6 +18,7 @@
 #include "support/docstring.h"
 #include "support/qstring_helpers.h"
 
+#include <QRegExp>
 #include <QString>
 #include <QVector>