From 4630c59e40361ccb500d1384c1c611648462f93c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 5 Nov 2013 18:19:05 +0100 Subject: fix mingw-w64 build --- compat/compat.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compat/compat.h b/compat/compat.h index 60395830..8c307b14 100644 --- a/compat/compat.h +++ b/compat/compat.h @@ -7,8 +7,7 @@ #pragma once #if defined(_WIN32) -#include -#include +#include #else #include #include -- cgit v1.2.3