Added missing header guards, bumped to C++20

This commit is contained in:
snake-4
2024-04-09 20:32:28 +02:00
parent d59ac2bf26
commit 08547864cd
3 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
#pragma once
#include <string>
#include <vector>
#include <unordered_map>