From 64dbf56d6ef17e0bc6bb1a193f70bf9252638b82 Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Mon, 22 Aug 2016 20:57:01 +0200 Subject: [PATCH] testutil.hpp: Fix include path to windows.hpp --- tests/testutil.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testutil.hpp b/tests/testutil.hpp index bbb24fc8..2b352054 100644 --- a/tests/testutil.hpp +++ b/tests/testutil.hpp @@ -47,7 +47,7 @@ #include #if defined _WIN32 -# include "windows.hpp" +# include "../src/windows.hpp" # if defined _MSC_VER # include # pragma warning(disable:4996)