Fixed MSVC 2012 build.

This commit is contained in:
2018-06-19 19:20:37 +02:00
parent 0bca412d27
commit 1c22eb3c0a
4 changed files with 28 additions and 2 deletions
+4
View File
@@ -10,6 +10,10 @@
#include <seasonservice.h>
#include <math.h>
#ifdef _WIN32
inline double round(double value) { return value < 0 ? -std::floor(0.5 - value) : std::floor(0.5 + value); }
#endif
ShopService::ShopService()
{
}