Browse Source

Fixed test to work under non-Windows platforms.

pull/395/merge
Joao Matos 11 years ago
parent
commit
b6b2c503d8
  1. 2
      tests/Basic/Basic.h

2
tests/Basic/Basic.h

@ -1,6 +1,8 @@ @@ -1,6 +1,8 @@
#include "../Tests.h"
#ifdef _WIN32
#include <vadefs.h>
#endif
#include <string>
class DLL_API IgnoredType

Loading…
Cancel
Save