diff options
| -rw-r--r-- | include/newtype/derivable.hpp | 2 | ||||
| -rw-r--r-- | include/newtype/derivation_clause.hpp | 1 | ||||
| -rw-r--r-- | include/newtype/deriving.hpp | 1 | ||||
| -rw-r--r-- | include/newtype/impl/new_type_storage.hpp | 2 | ||||
| -rw-r--r-- | include/newtype/impl/type_traits_extensions.hpp | 2 | ||||
| -rw-r--r-- | include/newtype/new_type.hpp | 1 |
6 files changed, 9 insertions, 0 deletions
diff --git a/include/newtype/derivable.hpp b/include/newtype/derivable.hpp index 38a2375..19c79d9 100644 --- a/include/newtype/derivable.hpp +++ b/include/newtype/derivable.hpp @@ -1,6 +1,8 @@ #ifndef NEWTYPE_DERIVABLE_HPP #define NEWTYPE_DERIVABLE_HPP +#include "newtype/version.hpp" + namespace nt { diff --git a/include/newtype/derivation_clause.hpp b/include/newtype/derivation_clause.hpp index 6550b4c..edb2f85 100644 --- a/include/newtype/derivation_clause.hpp +++ b/include/newtype/derivation_clause.hpp @@ -2,6 +2,7 @@ #define NEWTYPE_DERIVATION_CLAUSE_HPP #include "newtype/derivable.hpp" +#include "newtype/version.hpp" #include <type_traits> diff --git a/include/newtype/deriving.hpp b/include/newtype/deriving.hpp index 731e0ce..e762c9b 100644 --- a/include/newtype/deriving.hpp +++ b/include/newtype/deriving.hpp @@ -3,6 +3,7 @@ #include "newtype/derivable.hpp" #include "newtype/derivation_clause.hpp" +#include "newtype/version.hpp" #include <type_traits> diff --git a/include/newtype/impl/new_type_storage.hpp b/include/newtype/impl/new_type_storage.hpp index 5cec601..f7842af 100644 --- a/include/newtype/impl/new_type_storage.hpp +++ b/include/newtype/impl/new_type_storage.hpp @@ -1,6 +1,8 @@ #ifndef NEWTYPE_IMPL_NEW_TYPE_STORAGE_HPP #define NEWTYPE_IMPL_NEW_TYPE_STORAGE_HPP +#include "newtype/version.hpp" + #include <type_traits> #include <utility> diff --git a/include/newtype/impl/type_traits_extensions.hpp b/include/newtype/impl/type_traits_extensions.hpp index d773d40..1f46fb4 100644 --- a/include/newtype/impl/type_traits_extensions.hpp +++ b/include/newtype/impl/type_traits_extensions.hpp @@ -1,6 +1,8 @@ #ifndef NEWTYPE_IMPL_TYPE_TRAITS_EXTENSIONS_HPP #define NEWTYPE_IMPL_TYPE_TRAITS_EXTENSIONS_HPP +#include "newtype/version.hpp" + #include <cstddef> #include <functional> #include <iosfwd> diff --git a/include/newtype/new_type.hpp b/include/newtype/new_type.hpp index 1477c95..ed1de44 100644 --- a/include/newtype/new_type.hpp +++ b/include/newtype/new_type.hpp @@ -5,6 +5,7 @@ #include "newtype/deriving.hpp" #include "newtype/impl/new_type_storage.hpp" #include "newtype/impl/type_traits_extensions.hpp" +#include "newtype/version.hpp" #include <functional> #include <istream> |
