1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00

Fix MSVC 2017 build issues

This commit is contained in:
GAMMACASE 2023-10-28 11:36:56 +03:00 committed by Nicholas Hastings
parent 07a479f2d5
commit e67e2a9e73

View File

@ -25,7 +25,7 @@
* Version: $Id$
*/
#include <ctype.h>
#include <cctype>
#include <string.h>
#include <stdio.h>
#include <string>