Skip to content

Commit d2e013a

Browse files
tschumannpsychonic
authored andcommitted
Fix missing include on Linux.
1 parent 66ad8dc commit d2e013a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

loader/test/testutility.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <string>
2+
#include <string.h>
23
#include "utility.h"
34

45
bool TestTrimComments(std::string &error)

0 commit comments

Comments
 (0)