diff --git a/vector.hpp b/vector.hpp index 56725c66..b606f5bb 100644 --- a/vector.hpp +++ b/vector.hpp @@ -22,6 +22,7 @@ #include "json.hpp" #include "detail/coord.hpp" +#include "annotations.hpp" #include #include @@ -70,8 +71,7 @@ namespace util { double dot (const util::vector&) const; util::vector& normalise (void); - util::vector normalised (void) const; - + util::vector normalised (void) const mustuse; bool is_zero (void) const;