1
0
mirror of https://github.com/a2x/cs2-dumper.git synced 2025-05-26 08:25:35 +08:00

Fix standard library requirements

This commit is contained in:
keybangz 2023-09-03 19:36:41 +10:00
parent b0663402c5
commit 125b723382
2 changed files with 2 additions and 0 deletions

@ -2,6 +2,7 @@
#include <optional> #include <optional>
#include <string_view> #include <string_view>
#include <cstdint>
namespace process { namespace process {
bool attach(std::string_view process_name); bool attach(std::string_view process_name);

@ -2,6 +2,7 @@
#include <filesystem> #include <filesystem>
#include <fstream> #include <fstream>
#include <format>
void generate_header_for_type_scope(const sdk::CSchemaSystemTypeScope* type_scope) { void generate_header_for_type_scope(const sdk::CSchemaSystemTypeScope* type_scope) {
if (type_scope == nullptr) if (type_scope == nullptr)