From 5ae9d4248091fdc627b0095ba3f848a92344f163 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Fri, 25 Sep 2015 20:21:10 +0200 Subject: [PATCH] Fixed compilation issue with clang --- JGE/include/Threading.h | 1 + 1 file changed, 1 insertion(+) diff --git a/JGE/include/Threading.h b/JGE/include/Threading.h index a57899318..adfe4084e 100644 --- a/JGE/include/Threading.h +++ b/JGE/include/Threading.h @@ -311,6 +311,7 @@ namespace boost #include #include +#include #include "../include/JLogger.h"