mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-09-19 08:30:02 +08:00
Fix standard library requirements
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <optional>
|
||||
#include <string_view>
|
||||
#include <cstdint>
|
||||
|
||||
namespace process {
|
||||
bool attach(std::string_view process_name);
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
#include <format>
|
||||
|
||||
void generate_header_for_type_scope(const sdk::CSchemaSystemTypeScope* type_scope) {
|
||||
if (type_scope == nullptr)
|
||||
|
Reference in New Issue
Block a user