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 <vector>
#define USE_GCC_EXT 1
#if USE_GCC_EXT
#include <hash_set>
#if defined(__GNUC__)
# define USE_GCC_EXT 1
# include <hash_set>
#endif
#ifdef Q_OS_WIN