Blob Blame History Raw
--- colobot-colobot-gold-0.1.12-alpha/src/CBot/CBotInstr/CBotExprLitString--orig.cpp	2019-02-23 20:01:33.000000000 +0100
+++ colobot-colobot-gold-0.1.12-alpha/src/CBot/CBotInstr/CBotExprLitString.cpp	2020-02-06 23:33:22.040518099 +0100
@@ -15,8 +15,9 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see http://gnu.org/licenses
  */
+#include <stdexcept>
 
 #include "CBot/CBotInstr/CBotExprLitString.h"
 
 #include "CBot/CBotStack.h"
--- colobot-colobot-gold-0.1.12-alpha/src/script/script--orig.h	2020-06-23 19:20:38.838185726 +0200
+++ colobot-colobot-gold-0.1.12-alpha/src/script/script.h	2020-06-23 19:20:50.750239919 +0200
@@ -25,8 +25,9 @@
 #pragma once
 
 #include "CBot/CBot.h"
 
+#include <limits>
 #include <memory>
 #include <string>
 #include <boost/optional.hpp>