Skip to content

Commit

Permalink
Add header for std::variant.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHarte committed Jul 7, 2024
1 parent 0e58f7f commit 9e8801d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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">
Expand Down
1 change: 1 addition & 0 deletions Storage/Automation/CSL.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <cstdint>
#include <optional>
#include <string>
#include <variant>
#include <vector>

namespace Storage::Automation::CSL {
Expand Down

0 comments on commit 9e8801d

Please sign in to comment.