1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-20 06:25:01 +00:00

Add header for std::variant.

This commit is contained in:
Thomas Harte 2024-07-08 00:17:39 +02:00
parent 0e58f7fa69
commit 9e8801d867
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1400"
version = "1.8">
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">

View File

@ -11,6 +11,7 @@
#include <cstdint>
#include <optional>
#include <string>
#include <variant>
#include <vector>
namespace Storage::Automation::CSL {