diff --git a/Tracking/TrkEvent/TrkPrepRawData/CMakeLists.txt b/Tracking/TrkEvent/TrkPrepRawData/CMakeLists.txt
index b5d840865c6c5f539f634aa51844c9c0703abc37..f4cef75048ac9c40501db20247495015a3e6b084 100644
--- a/Tracking/TrkEvent/TrkPrepRawData/CMakeLists.txt
+++ b/Tracking/TrkEvent/TrkPrepRawData/CMakeLists.txt
@@ -27,6 +27,6 @@ atlas_add_library( TrkPrepRawData
                    PUBLIC_HEADERS TrkPrepRawData
                    INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS}
                    PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
-                   LINK_LIBRARIES ${EIGEN_LIBRARIES} AthLinks AthContainers AthenaKernel GeoPrimitives Identifier EventPrimitives
+                   LINK_LIBRARIES ${EIGEN_LIBRARIES} AthLinks AthContainers AthenaKernel GeoPrimitives Identifier EventPrimitives EventContainers
                    PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} GaudiKernel )