Fix missing std includes

modernize-cmake-1
suve 2020-02-09 00:36:05 +01:00
parent a67266553f
commit fc2bd68876
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#include "CBot/CBotVar/CBotVar.h"
#include <stdexcept>
namespace CBot
{