We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8b47f commit c281f88Copy full SHA for c281f88
src/advection.cpp
@@ -2,7 +2,6 @@
2
#include <AdvectionSolver.hpp>
3
#include <iostream>
4
#include <sycl/sycl.hpp>
5
-#include <unique_ref.hpp>
6
#include <init.hpp>
7
#include <validation.hpp>
8
src/tools/validation.hpp
@@ -2,6 +2,7 @@
#include "types.hpp"
#include <AdvectionParams.hpp>
+#include <math.h>
// ==========================================
0 commit comments