From 3d45c7fd735aafbab5ee6a0fbb99947c013f859c Mon Sep 17 00:00:00 2001 From: christos <christos@cern.ch> Date: Thu, 22 Oct 2020 00:15:14 +0200 Subject: [PATCH] SurfaceUniquePtrT, include memory since we use unique_ptr --- .../TrkEventPrimitives/TrkEventPrimitives/SurfaceUniquePtrT.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Tracking/TrkEvent/TrkEventPrimitives/TrkEventPrimitives/SurfaceUniquePtrT.h b/Tracking/TrkEvent/TrkEventPrimitives/TrkEventPrimitives/SurfaceUniquePtrT.h index 6d6cca610f98..3292b84d83bd 100644 --- a/Tracking/TrkEvent/TrkEventPrimitives/TrkEventPrimitives/SurfaceUniquePtrT.h +++ b/Tracking/TrkEvent/TrkEventPrimitives/TrkEventPrimitives/SurfaceUniquePtrT.h @@ -15,6 +15,7 @@ #ifndef TRKEVENTPRIMITIVES_SURFACEUNIQUEPTRT_H #define TRKEVENTPRIMITIVES_SURFACEUNIQUEPTRT_H +#include <memory> namespace Trk { -- GitLab