We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c94a92 commit 2454a1aCopy full SHA for 2454a1a
tree/tree/src/InternalTreeUtils.cxx
@@ -7,11 +7,12 @@
7
*************************************************************************/
8
9
#include "ROOT/InternalTreeUtils.hxx"
10
-#include "TCollection.h" // TRangeStaticCast
11
-#include "TTree.h"
+#include "TBranch.h" // Usage of TBranch in ClearMustCleanupBits
12
#include "TChain.h"
+#include "TCollection.h" // TRangeStaticCast
13
#include "TFile.h"
14
#include "TFriendElement.h"
15
+#include "TTree.h"
16
17
#include <utility> // std::pair
18
#include <vector>
0 commit comments