Skip to content
Snippets Groups Projects
Commit d19eca3f authored by Jakob Blomer's avatar Jakob Blomer Committed by Axel Naumann
Browse files

[forest] fix occasional tutorial failure due to missing symbols

parent 233dc773
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,10 @@ ...@@ -15,6 +15,10 @@
// Functionality, interface, and data format is still subject to changes. // Functionality, interface, and data format is still subject to changes.
// Do not use for real data! // Do not use for real data!
// The following line should disappear in a future version of RForest, when
// the common template specializations of RField are part of the LinkDef.h
R__LOAD_LIBRARY(ROOTForest)
#include <ROOT/RForest.hxx> #include <ROOT/RForest.hxx>
#include <ROOT/RForestModel.hxx> #include <ROOT/RForestModel.hxx>
......
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