From 9b46e92af0749e7bef98e30c6468cf7e83548ccc Mon Sep 17 00:00:00 2001
From: Alan Coleman <alanco@umich.edu>
Date: Tue, 6 Aug 2024 13:20:34 +0000
Subject: [PATCH] Fix build chain for fluka

---
 tests/modules/testFluka.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/modules/testFluka.cpp b/tests/modules/testFluka.cpp
index 2b379fc69..acd24b308 100644
--- a/tests/modules/testFluka.cpp
+++ b/tests/modules/testFluka.cpp
@@ -27,6 +27,7 @@
 #include <SetupTestEnvironment.hpp>
 
 using namespace corsika;
+using Catch::Approx;
 
 template <typename TStackView>
 auto sumMomentum(TStackView const& view, CoordinateSystemPtr const& vCS) {
-- 
GitLab