From 0179d1d53c75184e88adf3fc09d275ab1fa92bb8 Mon Sep 17 00:00:00 2001 From: dP Date: Thu, 9 Jul 2020 15:26:52 +0300 Subject: [PATCH] Inclulde string --- src/citymania/cm_export.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/citymania/cm_export.hpp b/src/citymania/cm_export.hpp index b83259500a..aae016b6ce 100644 --- a/src/citymania/cm_export.hpp +++ b/src/citymania/cm_export.hpp @@ -1,6 +1,8 @@ #ifndef CM_EXPORT_HPP #define CM_EXPORT_HPP +#include + namespace citymania { void ExportOpenttdData(const std::string &filename);