1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix msvc2012 build

This commit is contained in:
sapier 2014-06-29 16:57:50 +02:00
parent ebf7ea5019
commit ee7af21e41
2 changed files with 4 additions and 2 deletions

View file

@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <cstring>
#include <vector>
#include <sstream>
#include <cctype>
#define STRINGIFY(x) #x
#define TOSTRING(x) STRINGIFY(x)