Skip to content
Snippets Groups Projects
Commit c5ada770 authored by Administrator's avatar Administrator
Browse files

Add missing include statement to fix compiler error

parent 460c93e9
No related branches found
No related tags found
1 merge request!188Fix compiler problems
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#include "UParticle.h" #include "UParticle.h"
#include <TBranch.h> #include <TBranch.h>
#include <fstream> #include <fstream>
#include <iostream>
NicaUnigenSource::NicaUnigenSource() NicaUnigenSource::NicaUnigenSource()
: fUnigenChain(NULL), fFileName("data.root"), fEvent(NULL) {} : fUnigenChain(NULL), fFileName("data.root"), fEvent(NULL) {}
......
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