Skip to content
Snippets Groups Projects
Commit 36b9c2f3 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

added missing include guards

parent b88a8ec8
No related merge requests found
......@@ -20,6 +20,8 @@
//
//======================================================================================================================
#pragma once
#include <algorithm>
#include <functional>
#include <iostream>
......@@ -89,4 +91,4 @@ template<class X, class Y> using has_right_shift = op_valid<X, Y, notstd::right_
} // namespace debug
} // namespace walberla
\ No newline at end of file
} // namespace walberla
......@@ -19,6 +19,8 @@
//
//======================================================================================================================
#pragma once
#include "core/extern/json.hpp"
#include "core/timing/Timer.h"
#include "core/timing/TimingNode.h"
......@@ -69,4 +71,4 @@ void to_json( nlohmann::json& j, const TimingTree< TP >& tt )
}
}
\ No newline at end of file
}
......@@ -19,6 +19,8 @@
//
//==============================================================================================================================================================
#pragma once
#include "domain_decomposition/IBlock.h"
#include "executiontree/ExecutionTree.h"
#include "ExecutionTreeGPU.h"
......
......@@ -20,6 +20,7 @@
//
//======================================================================================================================
#pragma once
#include "blockforest/communication/UniformBufferedScheme.h"
#include "core/math/Matrix3.h"
......
......@@ -19,6 +19,8 @@
//
//======================================================================================================================
#pragma once
#include "core/DataTypes.h"
#include "core/math/Vector3.h"
......@@ -515,4 +517,4 @@ void QHull<MeshType>::initMesh()
}
} // namespace mesh
} // namespace walberla
\ No newline at end of file
} // namespace walberla
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