Merge pull request #1291 from suve/fix-missing-includes

Add missing includes in CBotExprLitString.cpp
modernize-cmake-1
tomangelo 2020-02-09 16:06:25 +01:00 committed by GitHub
commit 088c661839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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