mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- Fix non-Windows and non-MSVC builds due to missing header for strupr()
.
This commit is contained in:
parent
7702b3bb92
commit
2217dcb632
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
|
||||
#ifdef NOONE_EXTENSIONS
|
||||
#include <random>
|
||||
|
||||
#if !defined(_WIN32) && !defined(_MSC_VER)
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#include "blood.h"
|
||||
#include "savegamehelp.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue