From 2832a6cafb5c8770fb8a62c1c0351b2e9c293da7 Mon Sep 17 00:00:00 2001 From: glx Date: Mon, 7 Jan 2008 15:35:36 +0000 Subject: [PATCH] (svn r11779) -Fix: win32 compile failed. Also removed a duplicate include --- src/win32.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/win32.cpp b/src/win32.cpp index f5cacbbbc1..4fb2b67a49 100644 --- a/src/win32.cpp +++ b/src/win32.cpp @@ -22,12 +22,13 @@ #include "core/alloc_func.hpp" #include "functions.h" #include "core/random_func.hpp" +#include "core/bitmath_func.hpp" +#include "string_func.h" #include #include #include #include #include -#include #if defined(_MSC_VER) && !defined(WINCE) #include #endif