This commit is contained in:
scorpion-26 2023-05-03 21:01:18 +02:00
parent ecc52a81a5
commit 05e7635c80
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#pragma once
#include <string>
#include <vector>
#include <cstdint>
class Config
{

View file

@ -2,6 +2,7 @@
#include <functional>
#include <string>
#include <vector>
#include <cstdint>
namespace System
{