diff --git a/dune/xt/grid/boundaryinfo/alldirichlet.hh b/dune/xt/grid/boundaryinfo/alldirichlet.hh
index df133b6a75fad2852abcad4b3f2354a69f1c87b4..82bf0fcd9f668bb80ea0488a8c5cb1e8f5774122 100644
--- a/dune/xt/grid/boundaryinfo/alldirichlet.hh
+++ b/dune/xt/grid/boundaryinfo/alldirichlet.hh
@@ -16,7 +16,7 @@
 #include <dune/xt/common/memory.hh>
 
 #include "interfaces.hh"
-#include "types.hh"
+#include <dune/xt/grid/boundaryinfo/types.hh>
 
 namespace Dune {
 namespace XT {
diff --git a/dune/xt/grid/boundaryinfo/allneumann.hh b/dune/xt/grid/boundaryinfo/allneumann.hh
index 4fdf156bc6a77f23a5960cd70b4ff57f52354e65..954cf91948d96d6fd771fcfc568f7871438bd1a2 100644
--- a/dune/xt/grid/boundaryinfo/allneumann.hh
+++ b/dune/xt/grid/boundaryinfo/allneumann.hh
@@ -16,7 +16,7 @@
 #include <dune/xt/common/memory.hh>
 
 #include "interfaces.hh"
-#include "types.hh"
+#include <dune/xt/grid/boundaryinfo/types.hh>
 
 namespace Dune {
 namespace XT {
diff --git a/dune/xt/grid/boundaryinfo/allreflecting.hh b/dune/xt/grid/boundaryinfo/allreflecting.hh
index 0af339339672616089bf76491a977788478f1116..8ffea05abfb7262eefec0dbc5fc89842aa1128c2 100644
--- a/dune/xt/grid/boundaryinfo/allreflecting.hh
+++ b/dune/xt/grid/boundaryinfo/allreflecting.hh
@@ -16,7 +16,7 @@
 #include <dune/xt/common/memory.hh>
 
 #include "interfaces.hh"
-#include "types.hh"
+#include <dune/xt/grid/boundaryinfo/types.hh>
 
 namespace Dune {
 namespace XT {
diff --git a/dune/xt/grid/boundaryinfo/boundarysegment.hh b/dune/xt/grid/boundaryinfo/boundarysegment.hh
index e1440ced19486d09846e9a87f7aa24d6c1c13692..80a9bd506eea002705a581fd31d8a4086964a53f 100644
--- a/dune/xt/grid/boundaryinfo/boundarysegment.hh
+++ b/dune/xt/grid/boundaryinfo/boundarysegment.hh
@@ -15,7 +15,7 @@
 #include <dune/xt/common/configuration.hh>
 
 #include "interfaces.hh"
-#include "types.hh"
+#include <dune/xt/grid/boundaryinfo/types.hh>
 
 namespace Dune {
 namespace XT {
diff --git a/dune/xt/grid/boundaryinfo/normalbased.hh b/dune/xt/grid/boundaryinfo/normalbased.hh
index 3c98baf9ef0fa0d899bb8fd7555a5ea713a56ab3..8cc2b906d7bd038e39e38390946f83c9e0bfefc9 100644
--- a/dune/xt/grid/boundaryinfo/normalbased.hh
+++ b/dune/xt/grid/boundaryinfo/normalbased.hh
@@ -20,7 +20,7 @@
 #include <dune/xt/grid/exceptions.hh>
 
 #include "interfaces.hh"
-#include "types.hh"
+#include <dune/xt/grid/boundaryinfo/types.hh>
 
 namespace Dune {
 namespace XT {