Skip to content

Commit 7ba2edb

Browse files
committed
add variant header
1 parent 9e36edd commit 7ba2edb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
build*
22
install*
33
cmake/blt*
4-
.vscode*
4+
.vscode*
5+
.DS_Store
6+
src/.DS_Store

src/reactions/geochemistry/GeochemicalSystems.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#include "Ultramafics.hpp"
55
#include "Forge.hpp"
66

7+
#include <variant>
8+
79
namespace hpcReact
810
{
911

0 commit comments

Comments
 (0)