diff options
-rw-r--r-- | option.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#ifndef UTILS_OPTION_H +#define UTILS_OPTION_H + #include <cassert> #include <new> // placement new #include <type_traits> @@ -141,3 +144,5 @@ struct option { bool m_has_value{false}; }; } // namespace option + +#endif |