n/b/patch: fix header path for external use

This commit is contained in:
Danny Robson 2015-07-24 16:01:29 +10:00
parent 33dece611a
commit 573e44bf6f

View File

@ -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 <typename T>