1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-14 02:33:51 +02:00

fix compilation on non-MSVC compilators (Global.h not found)

This commit is contained in:
Mikhail Paulyshka 2014-11-01 23:40:33 +03:00
parent 7374b8a355
commit f2ed40f0de

View File

@ -30,8 +30,7 @@
#include <sstream>
#include <limits>
#include <memory>
#include "../../Global.h"
#include <iso646.h>
#include <algorithm>
#ifndef FL_VERSION
#define FL_VERSION "?"