diff options
Diffstat (limited to 'bench')
-rw-r--r-- | bench/dijkstra.cpp | 2 | ||||
-rw-r--r-- | bench/raycast.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bench/dijkstra.cpp b/bench/dijkstra.cpp index 5e74c75d..c2f43de6 100644 --- a/bench/dijkstra.cpp +++ b/bench/dijkstra.cpp @@ -5,7 +5,7 @@ #include "loader/loader.hpp" #include <benchmark/benchmark.h> #include <cr/Optional.h> -#include <mg/Math.h> +#include <mg/Functions.h> namespace floormat { diff --git a/bench/raycast.cpp b/bench/raycast.cpp index 0f6d617b..63f4ad4a 100644 --- a/bench/raycast.cpp +++ b/bench/raycast.cpp @@ -4,7 +4,7 @@ #include "src/wall-atlas.hpp" #include "loader/loader.hpp" #include <benchmark/benchmark.h> -#include <mg/Math.h> +#include <mg/Functions.h> namespace floormat { |