Skip to content
Snippets Groups Projects
Commit 43c1f105 authored by Rene Brun's avatar Rene Brun
Browse files

include TH1.h instead of TProfile2D and forward declare TProfile2D

git-svn-id: http://root.cern.ch/svn/root/trunk@23744 27541ba8-7e3a-0410-8455-c3a389f83636
parent f6be57e6
No related branches found
No related tags found
No related merge requests found
...@@ -21,14 +21,15 @@ ...@@ -21,14 +21,15 @@
// // // //
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
#ifndef ROOT_TProfile2D #ifndef ROOT_TH1
#include "TProfile2D.h" #include "TH1.h"
#endif #endif
#ifndef ROOT_TAtt3D #ifndef ROOT_TAtt3D
#include "TAtt3D.h" #include "TAtt3D.h"
#endif #endif
class TProfile2D;
class TH3 : public TH1, public TAtt3D { class TH3 : public TH1, public TAtt3D {
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#include "TClass.h" #include "TClass.h"
#include "THashList.h" #include "THashList.h"
#include "TH3.h" #include "TH3.h"
#include "TProfile2D.h"
#include "TH2.h" #include "TH2.h"
#include "TF1.h" #include "TF1.h"
#include "TVirtualPad.h" #include "TVirtualPad.h"
......
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