Skip to content

Commit 7ffcf31

Browse files
wiechulashahor02
authored andcommitted
Add missing include
1 parent 8694ae3 commit 7ffcf31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Common/Utils/include/CommonUtils/DebugStreamer.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "GPUCommonDef.h"
2020
#if !defined(GPUCA_GPUCODE) && !defined(GPUCA_STANDALONE)
2121
#include "CommonUtils/ConfigurableParamHelper.h"
22+
#include <boost/property_tree/ptree.hpp>
2223
#if defined(DEBUG_STREAMER)
2324
#include "CommonUtils/TreeStreamRedirector.h"
2425
#include <tbb/concurrent_unordered_map.h>
@@ -141,7 +142,7 @@ class DebugStreamer
141142
std::string getUniqueTreeName(const char* tree, const size_t id = getCPUID()) const;
142143

143144
/// set directly the debug level
144-
static void setStreamFlags(const StreamFlags streamFlags) { o2::conf::ConfigurableParam::setValue("DebugStreamerParam", "streamLevel", static_cast<int>(streamFlags)); }
145+
static void setStreamFlags(const StreamFlags streamFlags) { o2::conf::ConfigurableParam::setValue<int>("DebugStreamerParam", "streamLevel", static_cast<int>(streamFlags)); }
145146

146147
/// enable specific streamer flag
147148
static void enableStream(const StreamFlags streamFlag);

0 commit comments

Comments
 (0)