Skip to content

Commit

Permalink
Fix MSVC 2017 build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
GAMMACASE authored and psychonic committed Oct 28, 2023
1 parent 07a479f commit e67e2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/metamod_util.cpp
Expand Up @@ -25,7 +25,7 @@
* Version: $Id$
*/

#include <ctype.h>
#include <cctype>
#include <string.h>
#include <stdio.h>
#include <string>
Expand Down

0 comments on commit e67e2a9

Please sign in to comment.