Fix missing include on Linux.

This commit is contained in:
tschumann 2025-03-08 11:02:20 +10:00
parent f8e5f87efe
commit 12baaa81f1

View File

@ -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)