Skip to content

Commit

Permalink
add missing includes required on some systems
Browse files Browse the repository at this point in the history
git-svn-id: http://root.cern.ch/svn/root/trunk@17673 27541ba8-7e3a-0410-8455-c3a389f83636
  • Loading branch information
Rene Brun authored and Rene Brun committed Feb 3, 2007
1 parent 228d84f commit 1fc214a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ged/src/TAxisEditor.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @(#)root/ged:$Name: $:$Id: TAxisEditor.cxx,v 1.13 2006/06/23 15:19:22 antcheva Exp $
// @(#)root/ged:$Name: $:$Id: TAxisEditor.cxx,v 1.14 2006/09/25 13:35:58 rdm Exp $
// Author: Ilka Antcheva 11/05/04

/*************************************************************************
Expand Down Expand Up @@ -36,6 +36,7 @@


#include "TAxisEditor.h"
#include "TAxis.h"
#include "TGedFrame.h"
#include "TGedEditor.h"
#include "TGColorSelect.h"
Expand Down
4 changes: 2 additions & 2 deletions ged/src/TF1Editor.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @(#)root/ged:$Name: $:$Id: TF1Editor.cxx,v 1.5 2006/09/25 13:35:58 rdm Exp $
// @(#)root/ged:$Name: $:$Id: TF1Editor.cxx,v 1.6 2007/02/03 17:44:59 brun Exp $
// Author: Ilka Antcheva 21/03/06

/*************************************************************************
Expand All @@ -19,7 +19,7 @@

#include "TF1Editor.h"
#include "TGedEditor.h"
//#include "TH1.h"
#include "TH1.h"
#include "TF1.h"
#include "TGedFrame.h"
#include "TGTextEntry.h"
Expand Down
1 change: 1 addition & 0 deletions histpainter/src/TGraphPainter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "THLimitsFinder.h"
#include "TStyle.h"
#include "Hoption.h"
#include "TH1.h"

R__EXTERN TH1 *gCurrentHist;
R__EXTERN Hoption_t Hoption;
Expand Down
3 changes: 2 additions & 1 deletion minuit/src/TLinearFitter.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @(#)root/minuit:$Name: $:$Id: TLinearFitter.cxx,v 1.35 2007/02/03 06:40:26 brun Exp $
// @(#)root/minuit:$Name: $:$Id: TLinearFitter.cxx,v 1.36 2007/02/03 18:07:29 brun Exp $
// Author: Anna Kreshuk 04/03/2005

/*************************************************************************
Expand All @@ -18,6 +18,7 @@
#include "TRandom.h"
#include "TObjString.h"
#include "TF2.h"
#include "TH1.h"
#include "TList.h"


Expand Down

0 comments on commit 1fc214a

Please sign in to comment.