diff --git a/include/process.hpp b/include/process.hpp index 7f26769..ecd9d07 100644 --- a/include/process.hpp +++ b/include/process.hpp @@ -2,6 +2,7 @@ #include #include +#include namespace process { bool attach(std::string_view process_name); diff --git a/src/main.cpp b/src/main.cpp index a12d4f2..ea84b6a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,6 +2,7 @@ #include #include +#include void generate_header_for_type_scope(const sdk::CSchemaSystemTypeScope* type_scope) { if (type_scope == nullptr)