From 6ee0e9ffb3aad7ff81f6816a4c5f496affb970e5 Mon Sep 17 00:00:00 2001
From: Helen Schottenhamml <helen.schottenhamml@fau.de>
Date: Tue, 17 Sep 2024 13:54:19 +0200
Subject: [PATCH] Add missing include guards.

---
 src/boundary/ShiftedPeriodicity.h | 2 ++
 src/gpu/ShiftedPeriodicity.h      | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/src/boundary/ShiftedPeriodicity.h b/src/boundary/ShiftedPeriodicity.h
index ce2a32e55..f0e46ce01 100644
--- a/src/boundary/ShiftedPeriodicity.h
+++ b/src/boundary/ShiftedPeriodicity.h
@@ -19,6 +19,8 @@
 //
 //======================================================================================================================
 
+#pragma once
+
 #include "blockforest/Block.h"
 #include "blockforest/BlockID.h"
 #include "blockforest/StructuredBlockForest.h"
diff --git a/src/gpu/ShiftedPeriodicity.h b/src/gpu/ShiftedPeriodicity.h
index cf46577c2..fce8b1343 100644
--- a/src/gpu/ShiftedPeriodicity.h
+++ b/src/gpu/ShiftedPeriodicity.h
@@ -19,6 +19,8 @@
 //
 //======================================================================================================================
 
+#pragma once
+
 #include "blockforest/StructuredBlockForest.h"
 
 #include "boundary/ShiftedPeriodicity.h"
-- 
GitLab