Skip to content

Commit 2454a1a

Browse files
committed
[tree][NFC] Add missing include in InternalTreeUtils.cxx
1 parent 5c94a92 commit 2454a1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tree/tree/src/InternalTreeUtils.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
*************************************************************************/
88

99
#include "ROOT/InternalTreeUtils.hxx"
10-
#include "TCollection.h" // TRangeStaticCast
11-
#include "TTree.h"
10+
#include "TBranch.h" // Usage of TBranch in ClearMustCleanupBits
1211
#include "TChain.h"
12+
#include "TCollection.h" // TRangeStaticCast
1313
#include "TFile.h"
1414
#include "TFriendElement.h"
15+
#include "TTree.h"
1516

1617
#include <utility> // std::pair
1718
#include <vector>

0 commit comments

Comments
 (0)