Skip to content

Commit

Permalink
From Ferdinand Mitterbauer: "Building a project using libkdtree++ using
Browse files Browse the repository at this point in the history
Intel C++ Compiler 11.1 (on Windows 7, 64bit) results in errors."
Applied suggested fix.
  • Loading branch information
paulharris committed Nov 23, 2010
1 parent e115842 commit 7bb7e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kdtree++/kdtree.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
# include <map>
#endif
#include <algorithm>
#include <functional>

#ifdef KDTREE_DEFINE_OSTREAM_OPERATORS
# include <ostream>
Expand Down

0 comments on commit 7bb7e83

Please sign in to comment.