compile also without pch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21907 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2007-12-02 09:59:26 +00:00
parent 4662dd8be3
commit aa8b513c39

View 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>