From fce52cf3a06fb949a32af30a284b4a31d9343329 Mon Sep 17 00:00:00 2001 From: Shaojun Lu <shaojun.lu@desy.de> Date: Tue, 18 Jul 2017 12:00:11 +0200 Subject: [PATCH] include <memory> for the smart pointers. --- DDCore/src/DD4hepRootPersistency.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/DDCore/src/DD4hepRootPersistency.cpp b/DDCore/src/DD4hepRootPersistency.cpp index e58fe3b54..15d449ab4 100644 --- a/DDCore/src/DD4hepRootPersistency.cpp +++ b/DDCore/src/DD4hepRootPersistency.cpp @@ -20,6 +20,7 @@ // ROOT include files #include "TFile.h" #include "TTimeStamp.h" +#include <memory> ClassImp(DD4hepRootPersistency) -- GitLab