From 9a9054728f58367558630feeee95d00e0d741849 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Sun, 15 Oct 2017 02:05:01 +0200 Subject: [PATCH] Windows case sentitive fs build fix --- examples/ThirdPartyLibs/clsocket/src/StatTimer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ThirdPartyLibs/clsocket/src/StatTimer.h b/examples/ThirdPartyLibs/clsocket/src/StatTimer.h index 2110add9f..2e049432e 100644 --- a/examples/ThirdPartyLibs/clsocket/src/StatTimer.h +++ b/examples/ThirdPartyLibs/clsocket/src/StatTimer.h @@ -46,7 +46,7 @@ #include #if WIN32 - #include + #include #include #endif