- Fixed compilation with gcc 5.1. (patch by Graf)

This commit is contained in:
drfrag666 2018-04-22 11:55:36 +02:00
parent 354388f224
commit 799e623377

View file

@ -24,9 +24,11 @@
#include <cmath>
#include <algorithm>
#ifndef __MINGW32__
#if __cplusplus > 199711
#define XBRZ_CXX11
#endif // __cplusplus > 199711
#endif
namespace
{