diff --git a/DataStructures/StaticKDTree.h b/DataStructures/StaticKDTree.h index 87f2dcf49..85ffb809f 100644 --- a/DataStructures/StaticKDTree.h +++ b/DataStructures/StaticKDTree.h @@ -23,6 +23,7 @@ KD Tree coded by Christian Vetter, Monav Project #ifndef STATICKDTREE_H_INCLUDED #define STATICKDTREE_H_INCLUDED +#include #include #include #include