From 573e44bf6fc8e07a16863ac987d85c643a05bb9f Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 24 Jul 2015 16:01:29 +1000 Subject: [PATCH] n/b/patch: fix header path for external use --- noise/basis/patch.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noise/basis/patch.hpp b/noise/basis/patch.hpp index 7aa9c4b2..fb62cf33 100644 --- a/noise/basis/patch.hpp +++ b/noise/basis/patch.hpp @@ -17,7 +17,7 @@ #ifndef __UTIL_NOISE_BASIS_PATCH_HPP #define __UTIL_NOISE_BASIS_PATCH_HPP -#include "point.hpp" +#include "../../point.hpp" namespace util { namespace noise { namespace basis { template