From aa3f8c0cd1884950487e6164f20b7f21e669d3bd Mon Sep 17 00:00:00 2001 From: Grunaka Date: Sun, 6 Dec 2015 15:37:18 +0100 Subject: [PATCH] Add missing include in CBot.h. --- src/CBot/CBot.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CBot/CBot.h b/src/CBot/CBot.h index 4ba45b0e..d0f42f1f 100644 --- a/src/CBot/CBot.h +++ b/src/CBot/CBot.h @@ -25,6 +25,8 @@ // Modules inlcude #include "CBot/CBotFileUtils.h" +#include "CBot/CBotString.h" +#include "CBot/CBotStringArray.h" #include "CBot/CBotClass.h" #include "CBot/CBotToken.h" #include "CBot/CBotProgram.h"