testutil.hpp: Fix include path to windows.hpp

This commit is contained in:
Thomas Braun 2016-08-22 20:57:01 +02:00
parent 4732951d05
commit 64dbf56d6e

View File

@ -47,7 +47,7 @@
#include <string.h>
#if defined _WIN32
# include "windows.hpp"
# include "../src/windows.hpp"
# if defined _MSC_VER
# include <crtdbg.h>
# pragma warning(disable:4996)