mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-06 18:08:31 +00:00
Fix missing include on Linux.
This commit is contained in:
parent
66ad8dc0ed
commit
d2e013af04
@ -1,4 +1,5 @@
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
#include "utility.h"
|
||||
|
||||
bool TestTrimComments(std::string &error)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user