Skip to content

Commit

Permalink
fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope authored and richardjgowers committed Feb 8, 2025
1 parent 3fb1d23 commit 54f739a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libdistopia/test/bench.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <random>

#include "distopia.h"
#include "compare/distances.h"
#include "compare/calc_distances.h"


#define BOXSIZE 30
Expand Down
2 changes: 1 addition & 1 deletion libdistopia/test/test_mda_match.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "distopia.h"
#include "test_utils.h"
#include "test_fixtures.h"
#include "compare/distances.h"
#include "compare/calc_distances.h"

using testing::Types;
typedef Types<float, double> ScalarTypes;
Expand Down

0 comments on commit 54f739a

Please sign in to comment.