Skip to content

Commit bf6a258

Browse files
committed
missing header???
1 parent b77423a commit bf6a258

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/reactions/bulkGeneric/Parameters.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#include <stdexcept>
77
#include <string>
8+
#include <utility>
89

910
namespace hpcReact
1011
{
@@ -62,7 +63,7 @@ EquilibriumReactionsParameters( RealType const (&stoichiometricMatrix)[numReacti
6263
m_stoichiometricMatrix{ stoichiometricMatrix[RxS/numSpecies][RxS%numSpecies]... },
6364
m_equilibriumConstant{ equilibriumConstant[R]... }
6465
{}
65-
66+
6667
#if defined(__GNUC__) || defined(__clang__)
6768
#pragma GCC diagnostic pop
6869
#elif defined(_MSC_VER)

0 commit comments

Comments
 (0)