Skip to content

Commit 4409e18

Browse files
authored
Update
1 parent 13aaf2c commit 4409e18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Common/Core/macros/testMetadataHelper.C

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
#include <TMap.h>
2626
#include <TObjString.h>
2727

28+
#include <memory>
29+
#include <string>
30+
#include <utility>
31+
#include <vector>
32+
2833
// Taken from O2/Framework/AnalysisSupport/src/Plugin.cxx
2934
auto readMetadata(std::unique_ptr<TFile>& currentFile) -> std::vector<o2::framework::ConfigParamSpec>
3035
{

0 commit comments

Comments
 (0)