Skip to content

Commit 13413b5

Browse files
ariostasdpiparo
authored andcommitted
[tutorials] Added missing headers in RNTuple tutorials
1 parent 09010c5 commit 13413b5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tutorials/v7/ntuple/ntpl008_import.C

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@
1616
#include <ROOT/RNTupleDS.hxx>
1717
#include <ROOT/RNTupleImporter.hxx>
1818
#include <ROOT/RNTupleReader.hxx>
19+
#include <ROOT/RPageStorageFile.hxx>
1920

2021
#include <TFile.h>
2122
#include <TROOT.h>
23+
#include <TSystem.h>
2224

2325
// Import classes from experimental namespace for the time being.
2426
using RNTuple = ROOT::Experimental::RNTuple;

tutorials/v7/ntuple/ntpl010_skim.C

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <ROOT/RNTupleReader.hxx>
1818
#include <ROOT/RNTupleWriter.hxx>
1919

20+
#include <TCanvas.h>
2021
#include <TH1F.h>
2122
#include <TRandom.h>
2223

0 commit comments

Comments
 (0)