forked from qt-creator/qt-creator
Manual debug test: Make usable for VS
This commit is contained in:
@@ -71,9 +71,9 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#define USE_GCC_EXT 1
|
#if defined(__GNUC__)
|
||||||
#if USE_GCC_EXT
|
# define USE_GCC_EXT 1
|
||||||
#include <hash_set>
|
# include <hash_set>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
|
Reference in New Issue
Block a user