mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
- Fixed compilation with gcc 5.1. (patch by Graf)
This commit is contained in:
parent
354388f224
commit
799e623377
1 changed files with 2 additions and 0 deletions
|
@ -24,9 +24,11 @@
|
|||
#include <cmath>
|
||||
#include <algorithm>
|
||||
|
||||
#ifndef __MINGW32__
|
||||
#if __cplusplus > 199711
|
||||
#define XBRZ_CXX11
|
||||
#endif // __cplusplus > 199711
|
||||
#endif
|
||||
|
||||
namespace
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue