From 2af89ab378712be16bfbc01381d1de84de18f4b6 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sat, 23 Jan 2016 20:30:43 +0000 Subject: [PATCH] Fix libc++ build --- src/CBot/stdlib/MathFunctions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CBot/stdlib/MathFunctions.cpp b/src/CBot/stdlib/MathFunctions.cpp index daa02c15..7d4e7d4e 100644 --- a/src/CBot/stdlib/MathFunctions.cpp +++ b/src/CBot/stdlib/MathFunctions.cpp @@ -22,6 +22,7 @@ #include "CBot/CBot.h" #include +#include namespace CBot {