diff options
-rw-r--r-- | c++/unit_cast.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/unit_cast.hpp b/c++/unit_cast.hpp index 8dc2689..b5e4a54 100644 --- a/c++/unit_cast.hpp +++ b/c++/unit_cast.hpp @@ -1,6 +1,6 @@ #pragma once -#include <forstio/core/common.h> +#include <forstio/common.hpp> namespace kel { template<typename S, typename From, typename To> |