Skip to content

Commit 07ed3cd

Browse files
committed
Add missing include
1 parent 8ae6f23 commit 07ed3cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/hyperparams.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
#ifndef TUMOR_HYPERPARAMS_H_
2222
#define TUMOR_HYPERPARAMS_H_
2323

24+
#include "core/real_t.h"
25+
2426
#include <map>
2527
#include <string>
2628

@@ -191,4 +193,4 @@ constexpr real_t kDefaultFractionFluidCartCell = 0.75;
191193

192194
} // namespace bdm
193195

194-
#endif // TUMOR_HYPERPARAMS_H_
196+
#endif // TUMOR_HYPERPARAMS_H_

0 commit comments

Comments
 (0)