Commit 44e1bdf1 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

fix relative path to maths header

No related merge requests found
Pipeline #40501 passed with stages
in 3 minutes and 32 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include <xtensor/xrandom.hpp> #include <xtensor/xrandom.hpp>
#include <xtensor/xio.hpp> #include <xtensor/xio.hpp>
#include "../../src/maths.hpp" #include "maths.hpp"
typedef std::chrono::time_point< typedef std::chrono::time_point<
std::chrono::system_clock, std::chrono::minutes std::chrono::system_clock, std::chrono::minutes
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment