Skip to content

Commit

Permalink
add include for msvc building
Browse files Browse the repository at this point in the history
  • Loading branch information
Kondo Naoto committed Dec 23, 2017
1 parent e5915c2 commit f8cbdc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbscan.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "dbscan.h"
#include <math.h>
#include <algorithm>

static const inline double distance(double x1, double y1, double x2, double y2)
{
Expand Down

0 comments on commit f8cbdc9

Please sign in to comment.