Merge pull request #1291 from suve/fix-missing-includes
Add missing includes in CBotExprLitString.cppmodernize-cmake-1
commit
088c661839
|
@ -24,6 +24,8 @@
|
||||||
|
|
||||||
#include "CBot/CBotVar/CBotVar.h"
|
#include "CBot/CBotVar/CBotVar.h"
|
||||||
|
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
namespace CBot
|
namespace CBot
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue