]> git.lyx.org Git - features.git/commitdiff
compile also without pch
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 2 Dec 2007 09:59:26 +0000 (09:59 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 2 Dec 2007 09:59:26 +0000 (09:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21907 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/filetools.cpp

index 8b9258cfe15f8d48e78419aa618e9572df161c25..13d018932fb67983769852bfcc7d894987f7dbfb 100644 (file)
@@ -33,6 +33,9 @@
 #include "support/Package.h"
 #include "support/Path.h"
 #include "support/Systemcall.h"
+#include "support/qstring_helpers.h"
+
+#include <QDir>
 
 #include <boost/assert.hpp>
 #include <boost/regex.hpp>