mirror of https://github.com/AxioDL/metaforce.git
hecl: Include <string_view> in Connection.hpp
This commit is contained in:
parent
a797e6742b
commit
cd4dac6437
|
@ -22,6 +22,7 @@
|
||||||
#include <optional>
|
#include <optional>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <string_view>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <variant>
|
#include <variant>
|
||||||
|
|
Loading…
Reference in New Issue