16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 14:49:19 +02:00

-replace deprecated asio api function

-add missing stl include
This commit is contained in:
WLs50
2025-03-09 22:07:42 +01:00
parent 34b3a00687
commit 7db83b6daf
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <memory>
#include <string>
#include <string_view>
#include <optional>
#include <unordered_map>