Blame colobot--missing-includes.patch

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