Skip to content

Commit 54f739a

Browse files
hmacdoperichardjgowers
authored andcommitted
fix include
1 parent 3fb1d23 commit 54f739a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libdistopia/test/bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <random>
1111

1212
#include "distopia.h"
13-
#include "compare/distances.h"
13+
#include "compare/calc_distances.h"
1414

1515

1616
#define BOXSIZE 30

libdistopia/test/test_mda_match.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "distopia.h"
77
#include "test_utils.h"
88
#include "test_fixtures.h"
9-
#include "compare/distances.h"
9+
#include "compare/calc_distances.h"
1010

1111
using testing::Types;
1212
typedef Types<float, double> ScalarTypes;

0 commit comments

Comments
 (0)