diff --git a/Setup/SetupStack.h b/Setup/SetupStack.h
index b984b70e2d7244716a970c15a05b36c639574671..c8d0d1ebaa896e842866255641481f1f2a8797b7 100644
--- a/Setup/SetupStack.h
+++ b/Setup/SetupStack.h
@@ -72,10 +72,11 @@ namespace corsika::setup {
     actually needed. Keep an eye on this!
   */
 #if defined(__clang__)
-  using StackView =
-      corsika::stack::SecondaryView<typename corsika::setup::Stack::StackImpl,
-                                    // CHECK with CLANG: corsika::setup::Stack::PIType>;
-                                    corsika::setup::detail::StackWithGeometryInterface>;
+  using StackView = corsika::stack::SecondaryView<
+      typename corsika::setup::Stack::StackImpl,
+      // CHECK with CLANG: corsika::setup::Stack::PIType>;
+      // corsika::setup::detail::StackWithGeometryInterface>;
+      corsika::setup::detail::StackWithHistoryInterface>;
 #elif defined(__GNUC__) || defined(__GNUG__)
   using StackView = corsika::stack::MakeView<corsika::setup::Stack>::type;
 #endif