Skip to content

Commit b6a4db3

Browse files
committed
Add missing include to TTreeBenchmarks.cxx
Problem is only visible when compiling with R__LESS_INCLUDES
1 parent 283c53c commit b6a4db3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

root/tree/tree/TTreeBenchmarks.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <TFile.h>
22
#include <TSystem.h>
3+
#include <TBranch.h>
34
#include <TTree.h>
45

56
#include <benchmark/benchmark.h>

0 commit comments

Comments
 (0)