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"