File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Common/Utils/include/CommonUtils Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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);
You can’t perform that action at this time.
0 commit comments