Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add some missing includes
  • Loading branch information
linev committed May 13, 2020
commit dc57d844776eb2c783c6ec6d23dd8a1fca0c22ed
1 change: 1 addition & 0 deletions bindings/tpython/src/TPyClassGenerator.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "TClass.h"
#include "TInterpreter.h"
#include "TROOT.h"
#include "TList.h"

// Standard
#include <sstream>
Expand Down
1 change: 1 addition & 0 deletions main/src/h2root.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "TFile.h"
#include "TDirectoryFile.h"
#include "TTree.h"
#include "TBranch.h"
#include "TLeafI.h"
#include "TH1.h"
#include "TH2.h"
Expand Down
1 change: 1 addition & 0 deletions net/netxng/src/TNetXNGFileStager.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "TNetXNGSystem.h"
#include "THashList.h"
#include "TFileInfo.h"
#include "TUrl.h"
#include "TFileCollection.h"
#include <XrdCl/XrdClFileSystem.hh>

Expand Down
2 changes: 1 addition & 1 deletion proof/proof/src/TProofQueryResult.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TQueryResult version adapted to PROOF neeeds
#include "TList.h"
#include "TProofQueryResult.h"
#include "TSystem.h"

#include "TMacro.h"

ClassImp(TProofQueryResult);

Expand Down
1 change: 1 addition & 0 deletions proof/proofbench/src/TProofBench.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include "TFileInfo.h"
#include "THashList.h"
#include "TKey.h"
#include "TMap.h"
#include "TObjString.h"
#include "TProof.h"
#include "TROOT.h"
Expand Down
1 change: 1 addition & 0 deletions proof/proofplayer/src/TProofMonSenderML.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ TProofMonSender implementation for the ML writer
#include "TPluginManager.h"
#include "TProofDebug.h"
#include "TROOT.h"
#include "TUrl.h"
#include "TSystem.h"
#include "TObjString.h"
#include "TVirtualMonitoring.h"
Expand Down
1 change: 1 addition & 0 deletions proof/proofplayer/src/TProofMonSenderSQL.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ TProofMonSender implementation for the SQL writers
#include "TFileInfo.h"
#include "THashList.h"
#include "TList.h"
#include "TUrl.h"
#include "TPluginManager.h"
#include "TProofDebug.h"
#include "TROOT.h"
Expand Down
1 change: 1 addition & 0 deletions test/stressGUI.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
#include <TGImageMap.h>
#include <TASPaletteEditor.h>
#include <TControlBar.h>
#include <TControlBarImp.h>
#include <TGSpeedo.h>
#include <TGShapedFrame.h>
#include <TGSplitFrame.h>
Expand Down