From ee44b0c9c3ea2111e8a7f4cb92ea79642b8caf76 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Mon, 18 Jan 2021 22:27:33 -0600 Subject: [PATCH] Update include/openmc/version.h.in Co-authored-by: Paul Romano --- include/openmc/version.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/openmc/version.h.in b/include/openmc/version.h.in index 79e7f34bb..48c4f8c08 100644 --- a/include/openmc/version.h.in +++ b/include/openmc/version.h.in @@ -1,3 +1,4 @@ +#include namespace openmc { @@ -8,4 +9,4 @@ namespace openmc { constexpr bool VERSION_DEV {true}; constexpr std::array VERSION {VERSION_MAJOR, VERSION_MINOR, VERSION_RELEASE}; -} \ No newline at end of file +}