1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-03-22 13:19:40 +01:00

Fix missing include on Linux.

This commit is contained in:
tschumann 2025-03-08 11:02:20 +10:00 committed by Nicholas Hastings
parent 66ad8dc0ed
commit d2e013af04

View File

@ -1,4 +1,5 @@
#include <string>
#include <string.h>
#include "utility.h"
bool TestTrimComments(std::string &error)