Skip to content
Snippets Groups Projects
Commit 6ee0e9ff authored by Helen Schottenhamml's avatar Helen Schottenhamml
Browse files

Add missing include guards.

parent 9da0b109
No related merge requests found
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
// //
//====================================================================================================================== //======================================================================================================================
#pragma once
#include "blockforest/Block.h" #include "blockforest/Block.h"
#include "blockforest/BlockID.h" #include "blockforest/BlockID.h"
#include "blockforest/StructuredBlockForest.h" #include "blockforest/StructuredBlockForest.h"
......
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
// //
//====================================================================================================================== //======================================================================================================================
#pragma once
#include "blockforest/StructuredBlockForest.h" #include "blockforest/StructuredBlockForest.h"
#include "boundary/ShiftedPeriodicity.h" #include "boundary/ShiftedPeriodicity.h"
......
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