Skip to content

Commit

Permalink
Merge pull request flann-lib#255 from erikbern/master
Browse files Browse the repository at this point in the history
Added stdint.h so SIZE_MAX is defined
  • Loading branch information
mariusmuja committed Jul 20, 2015
2 parents c2d2e47 + 218d6a2 commit 5ea7d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpp/flann/algorithms/hierarchical_clustering_index.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <cassert>
#include <limits>
#include <cmath>
#include <stdint.h>

#include "flann/general.h"
#include "flann/algorithms/nn_index.h"
Expand Down

0 comments on commit 5ea7d04

Please sign in to comment.