summaryrefslogtreecommitdiff
path: root/c++/unit_cast.hpp
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-07-29 14:18:59 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-07-29 14:18:59 +0200
commitdc119a1e97f1d1a7f523ae8e59e50d6397f48368 (patch)
tree98df2266dfb217b755e95c8f16858d12e17d4e1e /c++/unit_cast.hpp
parent700cde2d499742160deb361f42b7e861ae1db8ed (diff)
Fix include
Diffstat (limited to 'c++/unit_cast.hpp')
-rw-r--r--c++/unit_cast.hpp2
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>