diff --git a/graphics/VP1/VP1Utils/CMakeLists.txt b/graphics/VP1/VP1Utils/CMakeLists.txt index 1566c883f2d85828d2110903deb8807a958c7be7..1de2eb71f69a20058c3102ed43375672a177a6be 100644 --- a/graphics/VP1/VP1Utils/CMakeLists.txt +++ b/graphics/VP1/VP1Utils/CMakeLists.txt @@ -11,8 +11,7 @@ atlas_subdir( VP1Utils ) # Declare the package's dependencies: atlas_depends_on_subdirs( PUBLIC - Control/CLIDSvc - Control/SGTools + Control/AthenaKernel Control/StoreGate DetectorDescription/GeoModel/GeoModelKernel DetectorDescription/GeoPrimitives @@ -60,7 +59,7 @@ atlas_add_library( VP1Utils VP1Utils/*.h src/*.cxx src/*.cpp INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} PRIVATE_INCLUDE_DIRS ${HEPPDT_INCLUDE_DIRS} ${COIN3D_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} - LINK_LIBRARIES ${CLHEP_LIBRARIES} SGTools GeoModelKernel EventPrimitives + LINK_LIBRARIES ${CLHEP_LIBRARIES} GeoModelKernel EventPrimitives GaudiKernel VP1Base StoreGateLib SGtests AthDSoCallBacks MuonIdHelpersLib GeoPrimitives Qt5::Core PRIVATE_LINK_LIBRARIES ${HEPPDT_LIBRARIES} ${COIN3D_LIBRARIES} diff --git a/graphics/VP1/VP1Utils/VP1Utils/VP1SGContentsHelper.h b/graphics/VP1/VP1Utils/VP1Utils/VP1SGContentsHelper.h index 2cdd513ed8cb6370b9dc783296fba2237fbcc6b2..09cce828eb5bbe0f4d289255340cf584e64593a9 100644 --- a/graphics/VP1/VP1Utils/VP1Utils/VP1SGContentsHelper.h +++ b/graphics/VP1/VP1Utils/VP1Utils/VP1SGContentsHelper.h @@ -19,7 +19,7 @@ #define VP1SGCONTENTSHELPER_H #include "VP1Base/VP1HelperClassBase.h" -#include "CLIDSvc/tools/ClassID_traits.h" +#include "AthenaKernel/ClassID_traits.h" #include <QStringList> class StoreGateSvc;