mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Attempt to fix compilation
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include <QString>
|
||||
#include <QFile>
|
||||
|
||||
VCMI_LIB_USING_NAMESPACE
|
||||
|
||||
using NumericPointer = typename std::conditional<sizeof(void *) == sizeof(unsigned long long),
|
||||
unsigned long long, unsigned int>::type;
|
||||
|
Reference in New Issue
Block a user