477e1f8
--- colobot-colobot-gold-0.1.12-alpha/src/CBot/CBotInstr/CBotExprLitString.cpp	2019-02-23 20:01:33.000000000 +0100
477e1f8
+++ colobot-colobot-gold-0.1.12-alpha/src/CBot/CBotInstr/CBotExprLitString--patched.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"