From af7538c5fa500cd50f3ec918f4902239d18bca8b Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Sat, 13 Oct 2018 00:16:50 +0100 Subject: [PATCH] Fix include path. --- include/duckhandy/implem/int_conv.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/duckhandy/implem/int_conv.hpp b/include/duckhandy/implem/int_conv.hpp index ec3d7df..ec707d1 100644 --- a/include/duckhandy/implem/int_conv.hpp +++ b/include/duckhandy/implem/int_conv.hpp @@ -18,7 +18,7 @@ #ifndef id4754A95F12BE4ADEA65642A056A51907 #define id4754A95F12BE4ADEA65642A056A51907 -#include "implem/reversed_sized_array_bt.hpp" +#include "duckhandy/implem/reversed_sized_array_bt.hpp" #include "sprout/math/log10.hpp" #include "sprout/math/abs.hpp" #include "sprout/math/ceil.hpp"