We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377c6a4 commit 455a990Copy full SHA for 455a990
lib/layer.cpp
@@ -8,6 +8,7 @@
8
#include <sstream>
9
#include <string_view>
10
#include <vector>
11
+#include <cstring>
12
13
std::optional<std::string> get_environment(const std::string &variable) {
14
#ifdef __ANDROID__
0 commit comments