1
0
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:
nordsoft
2022-10-16 13:49:47 +04:00
parent 3de6569dab
commit 4b0815d9db

View File

@@ -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;