From a55cbb64b82a38cd82c00c893d1c3860f26540d8 Mon Sep 17 00:00:00 2001 From: fgenesis Date: Mon, 18 Jun 2012 14:08:21 +0200 Subject: [PATCH] More happy build fixing (gcc 4.7 again) --- ExternalLibs/minihttp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ExternalLibs/minihttp.h b/ExternalLibs/minihttp.h index 443ef4b..4232d2a 100644 --- a/ExternalLibs/minihttp.h +++ b/ExternalLibs/minihttp.h @@ -14,9 +14,12 @@ // ------------------------- - #include +#ifndef _WIN32 +# include +#endif + namespace minihttp {