diff --git a/include/tins/detail/address_helpers.h b/include/tins/detail/address_helpers.h index 4a8f4be..587bba8 100644 --- a/include/tins/detail/address_helpers.h +++ b/include/tins/detail/address_helpers.h @@ -30,7 +30,7 @@ #ifndef TINS_ADDRESS_HELPERS_H #define TINS_ADDRESS_HELPERS_H -#include "hw_address.h" +#include "../hw_address.h" /** * \cond diff --git a/include/tins/detail/type_traits.h b/include/tins/detail/type_traits.h index 23aebf8..f133d5c 100644 --- a/include/tins/detail/type_traits.h +++ b/include/tins/detail/type_traits.h @@ -31,7 +31,7 @@ #define TINS_TYPE_TRAITS_H #include -#include "cxxstd.h" +#include "../cxxstd.h" #if TINS_IS_CXX11 #include #endif