- Fix non-Windows and non-MSVC builds due to missing header for strupr().

This commit is contained in:
Mitchell Richters 2021-07-25 19:26:39 +10:00
parent 7702b3bb92
commit 2217dcb632

View file

@ -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"