mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 09:44:10 +00:00
Merge branch 'main' into Log-Line-Cleaning
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
#include <map>
|
||||
|
||||
// CPPLinq
|
||||
#ifdef _WIN32
|
||||
#define NOMINMAX
|
||||
// windows.h has min and max macros that breaks cpplinq
|
||||
#endif
|
||||
#include "cpplinq.hpp"
|
||||
|
||||
#pragma warning (disable : 4244) //Disable double to float conversion warnings
|
||||
|
Reference in New Issue
Block a user