Skip to content

Commit f5176fe

Browse files
authored
Fix to build with Linux GCC
1 parent 54033c1 commit f5176fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

module.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <fstream>
77
#include <algorithm>
88
#include <dirent.h>
9+
#include <cstring>
910

1011
#include "utilities.h"
1112

0 commit comments

Comments
 (0)