diff -r -U4 colobot-0.2.0--orig/src/CBot/CBotFileUtils.h colobot-0.2.0--patched/src/CBot/CBotFileUtils.h
--- colobot-0.2.0--orig/src/CBot/CBotFileUtils.h 2021-08-21 22:57:34.000000000 +0200
+++ colobot-0.2.0--patched/src/CBot/CBotFileUtils.h 2023-01-19 10:06:53.864828568 +0100
@@ -18,8 +18,9 @@
*/
#pragma once
+#include <cstdint>
#include <iostream>
#include <string>
namespace CBot
diff -r -U4 colobot-0.2.0--orig/src/CBot/CBotInstr/CBotExprLitChar.h colobot-0.2.0--patched/src/CBot/CBotInstr/CBotExprLitChar.h
--- colobot-0.2.0--orig/src/CBot/CBotInstr/CBotExprLitChar.h 2021-08-21 22:57:34.000000000 +0200
+++ colobot-0.2.0--patched/src/CBot/CBotInstr/CBotExprLitChar.h 2023-01-19 10:07:42.256297506 +0100
@@ -20,8 +20,10 @@
#pragma once
#include "CBot/CBotInstr/CBotInstr.h"
+#include <cstdint>
+
namespace CBot
{
/**
diff -r -U4 colobot-0.2.0--orig/src/CBot/CBotStack.cpp colobot-0.2.0--patched/src/CBot/CBotStack.cpp
--- colobot-0.2.0--orig/src/CBot/CBotStack.cpp 2021-08-21 22:57:34.000000000 +0200
+++ colobot-0.2.0--patched/src/CBot/CBotStack.cpp 2023-01-19 10:08:00.516474459 +0100
@@ -29,8 +29,9 @@
#include "CBot/CBotUtils.h"
#include "CBot/CBotExternalCall.h"
#include <cassert>
+#include <cstdint>
#include <cstdlib>
#include <cstring>
diff -r -U4 colobot-0.2.0--orig/src/CBot/CBotVar/CBotVar.h colobot-0.2.0--patched/src/CBot/CBotVar/CBotVar.h
--- colobot-0.2.0--orig/src/CBot/CBotVar/CBotVar.h 2021-08-21 22:57:34.000000000 +0200
+++ colobot-0.2.0--patched/src/CBot/CBotVar/CBotVar.h 2023-01-19 10:06:28.102578919 +0100
@@ -23,8 +23,9 @@
#include "CBot/CBotTypResult.h"
#include "CBot/CBotEnums.h"
#include "CBot/CBotUtils.h"
+#include <cstdint>
#include <string>
namespace CBot
{