1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Compile fix for ubuntu 10.04

This commit is contained in:
Frank Zago 2011-08-27 19:58:46 +00:00
parent 2a0fef0e4d
commit f3b6ecf9a3

View File

@ -1,6 +1,7 @@
#pragma once
#include"../global.h"
#include "../global.h"
#include <climits>
typedef si32 TResource;