From 6e290e1ac986a3e052c4ed49bd2d3c4bb796d0d7 Mon Sep 17 00:00:00 2001 From: "U-X1\\korpela" Date: Thu, 1 May 2014 10:44:43 -0700 Subject: [PATCH] WIN32 cross compile fix --- client/mac_address.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/mac_address.cpp b/client/mac_address.cpp index 7b5a8b6f7a..fd8be80834 100644 --- a/client/mac_address.cpp +++ b/client/mac_address.cpp @@ -21,7 +21,7 @@ #include #if defined(_WIN32) -#include +#include #include #elif defined(__APPLE__) #include