From a8db6d278c3d8a69a9dba941cf45e315cc09fe04 Mon Sep 17 00:00:00 2001
From: Andreas Salzburger <Andreas.Salzburger@cern.ch>
Date: Mon, 9 Dec 2019 14:12:16 +0100
Subject: [PATCH] fix missing VolumeBuilder include

---
 Plugins/DD4hep/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Plugins/DD4hep/CMakeLists.txt b/Plugins/DD4hep/CMakeLists.txt
index 6069faab1..813b57e31 100644
--- a/Plugins/DD4hep/CMakeLists.txt
+++ b/Plugins/DD4hep/CMakeLists.txt
@@ -4,7 +4,8 @@ add_library(
   src/ConvertDD4hepDetector.cpp
   src/ConvertDD4hepMaterial.cpp
   src/DD4hepDetectorElement.cpp
-  src/DD4hepLayerBuilder.cpp)
+  src/DD4hepLayerBuilder.cpp
+  src/DD4hepVolumeBuilder.cpp)
 target_include_directories(
   ActsDD4hepPlugin
   PUBLIC
-- 
GitLab