From 74e9f23e361707b77b5974a19424af9f10374c83 Mon Sep 17 00:00:00 2001 From: Vadim Markovtsev Date: Tue, 6 Oct 2015 08:56:22 +0300 Subject: [PATCH] Fix build with recent Boost It has static_assert complaining on missing include --- Global.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Global.h b/Global.h index bd15cdbaf..69dd9a602 100644 --- a/Global.h +++ b/Global.h @@ -150,6 +150,7 @@ static_assert(sizeof(bool) == 1, "Bool needs to be 1 byte in size."); #endif #include #include +#include #include #include #include