mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-16 07:36:55 +02:00
12 lines
241 B
Diff
12 lines
241 B
Diff
diff --git a/hscript/meta.cc b/hscript/meta.cc
|
|
index e3d05f2..44872e6 100644
|
|
--- a/hscript/meta.cc
|
|
+++ b/hscript/meta.cc
|
|
@@ -11,6 +11,7 @@
|
|
*/
|
|
|
|
#include <assert.h>
|
|
+#include <cstring>
|
|
#include <fstream>
|
|
#include <regex>
|
|
#include <set>
|