1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-05 21:35:22 +02:00

Make it (almost) compile for windows

This commit is contained in:
Sfan5
2014-03-09 12:32:13 +01:00
parent b2896331cd
commit 46023f77f5
5 changed files with 16 additions and 18 deletions

View File

@@ -13,6 +13,7 @@
#include <map>
#include <string>
#include <sstream>
#include <stdexcept>
#include "TileGenerator.h"
using namespace std;