From 1b3a7dec77ef82a295f434ab624dd5e7bd9ecd39 Mon Sep 17 00:00:00 2001 From: Bastian Schlag <bastian.schlag@cern.ch> Date: Fri, 20 Mar 2020 20:34:54 +0100 Subject: [PATCH] add missing std::map include --- Core/include/Acts/Vertexing/AMVFInfo.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core/include/Acts/Vertexing/AMVFInfo.hpp b/Core/include/Acts/Vertexing/AMVFInfo.hpp index f796f4507..2f6828615 100644 --- a/Core/include/Acts/Vertexing/AMVFInfo.hpp +++ b/Core/include/Acts/Vertexing/AMVFInfo.hpp @@ -12,6 +12,8 @@ #include "Acts/Utilities/Definitions.hpp" #include "Acts/Vertexing/Vertex.hpp" +#include <map> + namespace Acts { /// @brief Helper struct for storing vertex related information -- GitLab