Changed: Add Qt headers in PCH for speed improvement
This commit is contained in:
parent
4d6ab65a36
commit
275d7cf181
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue