Skip to content

Commit 455a990

Browse files
committed
Add missing header
1 parent 377c6a4 commit 455a990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/layer.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <sstream>
99
#include <string_view>
1010
#include <vector>
11+
#include <cstring>
1112

1213
std::optional<std::string> get_environment(const std::string &variable) {
1314
#ifdef __ANDROID__

0 commit comments

Comments
 (0)