Changed: Add Qt headers in PCH for speed improvement

hg/feature/build_pipeline_v3
kervala 12 years ago
parent 0cabe14089
commit 80d16e39eb

@ -20,7 +20,8 @@
#ifndef NL_STDPCH_H
#define NL_STDPCH_H
#include <nel/misc/types_nl.h>
#include <QtCore/QtCore>
#include <QtGui/QtGui>
#include <map>
#include <memory>
@ -28,6 +29,7 @@
#include <string>
#include <vector>
#include <nel/misc/types_nl.h>
#include <nel/misc/common.h>
#endif

Loading…
Cancel
Save