Changed: Add Qt headers in PCH for speed improvement

This commit is contained in:
kervala 2012-12-08 11:25:21 +01:00
parent 4d6ab65a36
commit 275d7cf181

View file

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