From 125b723382b803fda749bd08fe2bd47ab239da4c Mon Sep 17 00:00:00 2001 From: keybangz Date: Sun, 3 Sep 2023 19:36:41 +1000 Subject: [PATCH] Fix standard library requirements --- include/process.hpp | 1 + src/main.cpp | 1 + 2 files changed, 2 insertions(+) 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)