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