diff --git a/src/exec.cpp b/src/exec.cpp index ec08b19..43d4b50 100644 --- a/src/exec.cpp +++ b/src/exec.cpp @@ -2,6 +2,7 @@ #include #include +#include std::string exec(const char* cmd) { std::array buffer; @@ -15,4 +16,4 @@ std::string exec(const char* cmd) { result += buffer.data(); return result; -} \ No newline at end of file +}