Manual debug test: Make usable for VS

This commit is contained in:
Friedemann Kleint
2010-04-20 12:06:48 +02:00
parent f269f86982
commit 5a659e1425

View File

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