]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/scripts/Compile.C
Fix Coverity 10974-82
[u/mrichter/AliRoot.git] / FMD / scripts / Compile.C
index 3b6a5c3627a9def06b87908a5189fa796170bf91..98dfcc2cd542ff6815fcc24043961eb430501b1a 100644 (file)
@@ -24,6 +24,8 @@ Compile(const char* script, Option_t* option="g")
     std::cerr << "No script to compile!" << std::endl;
     return kFALSE;
   }
+  gSystem->Load("libANALYSIS.so");
+  gSystem->Load("libANALYSISalice.so");
   gSystem->Load("libFMDutil.so");
   gSystem->Load("libFMDflow.so");
   TString macroPath(gROOT->GetMacroPath());