1
0
mirror of synced 2024-11-24 15:50:16 +01:00

sys: Added missing optional header include

This commit is contained in:
WerWolv 2021-08-31 20:03:08 +02:00
parent 5f63db4a34
commit 5d4b998be4
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#pragma once
#include <hex.hpp>
#include <optional>
#include <string_view>
#include <vector>

View File

@ -4,6 +4,7 @@
#include <cstring>
#include <future>
#include <optional>
#include <string>
#include <filesystem>
#include <atomic>

View File

@ -5,6 +5,7 @@
#include "token.hpp"
#include <functional>
#include <optional>
#include <set>
#include <string>
#include <unordered_map>