Skip to content
Snippets Groups Projects
Commit 18da00a0 authored by Marco Clemencic's avatar Marco Clemencic Committed by MarkusFrankATcernch
Browse files

IOV: add missing include for std::pair

parent 03f8178d
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include <string> #include <string>
#include <limits> #include <limits>
#include <algorithm> #include <algorithm>
#include <utility>
/// Namespace for the AIDA detector description toolkit /// Namespace for the AIDA detector description toolkit
namespace dd4hep { namespace dd4hep {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment