aboutsummaryrefslogtreecommitdiff
path: root/Source/EmbeddedBoundary
diff options
context:
space:
mode:
Diffstat (limited to 'Source/EmbeddedBoundary')
-rw-r--r--Source/EmbeddedBoundary/WarpXFaceExtensions.cpp2
-rw-r--r--Source/EmbeddedBoundary/WarpXFaceInfoBox.H2
-rw-r--r--Source/EmbeddedBoundary/WarpXFaceInfoBox_fwd.H13
3 files changed, 17 insertions, 0 deletions
diff --git a/Source/EmbeddedBoundary/WarpXFaceExtensions.cpp b/Source/EmbeddedBoundary/WarpXFaceExtensions.cpp
index 6c8148adb..1da3134f0 100644
--- a/Source/EmbeddedBoundary/WarpXFaceExtensions.cpp
+++ b/Source/EmbeddedBoundary/WarpXFaceExtensions.cpp
@@ -7,6 +7,8 @@
#include "WarpX.H"
+#include "WarpXFaceInfoBox.H"
+
#include "Utils/TextMsg.H"
#include <AMReX_Scan.H>
diff --git a/Source/EmbeddedBoundary/WarpXFaceInfoBox.H b/Source/EmbeddedBoundary/WarpXFaceInfoBox.H
index ac672b28e..41eb7b0cc 100644
--- a/Source/EmbeddedBoundary/WarpXFaceInfoBox.H
+++ b/Source/EmbeddedBoundary/WarpXFaceInfoBox.H
@@ -8,6 +8,8 @@
#ifndef WARPX_SOURCE_EMBEDDEDBOUNDARY_WARPXFACEINFOBOX_H
#define WARPX_SOURCE_EMBEDDEDBOUNDARY_WARPXFACEINFOBOX_H
+#include "WarpXFaceInfoBox_fwd.H"
+
#include <AMReX_Gpu.H>
#include <AMReX_BaseFab.H>
diff --git a/Source/EmbeddedBoundary/WarpXFaceInfoBox_fwd.H b/Source/EmbeddedBoundary/WarpXFaceInfoBox_fwd.H
new file mode 100644
index 000000000..b16fbfdf4
--- /dev/null
+++ b/Source/EmbeddedBoundary/WarpXFaceInfoBox_fwd.H
@@ -0,0 +1,13 @@
+/* Copyright 2022 Luca Fedeli
+ *
+ * This file is part of WarpX.
+ *
+ * License: BSD-3-Clause-LBNL
+ */
+
+#ifndef WARPX_SOURCE_EMBEDDEDBOUNDARY_WARPXFACEINFOBOX_FWD_H
+#define WARPX_SOURCE_EMBEDDEDBOUNDARY_WARPXFACEINFOBOX_FWD_H
+
+struct FaceInfoBox;
+
+#endif //WARPX_SOURCE_EMBEDDEDBOUNDARY_WARPXFACEINFOBOX_FWD_H