Skip to content

Commit

Permalink
Add missing include for CLOCK_REALTIME. Resolves #45
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlynen committed Jan 12, 2016
1 parent 8437511 commit 02a29d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nabo/kdtree_cpu.cpp
Expand Up @@ -36,6 +36,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <limits>
#include <queue>
#include <algorithm>
#include <time.h>
#include <utility>
#include <boost/numeric/conversion/bounds.hpp>
#include <boost/limits.hpp>
Expand Down

0 comments on commit 02a29d4

Please sign in to comment.