Skip to content

Commit

Permalink
Add back RNTuple.hxx
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Aug 21, 2024
1 parent 2052e7c commit d2e0ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/podio/RNTupleReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <unordered_map>
#include <vector>

#include <ROOT/RNTuple.hxx>
#include <RVersion.h>
#if ROOT_VERSION_CODE >= ROOT_VERSION(6, 31, 0)
#include <ROOT/RNTupleReader.hxx>
Expand Down
1 change: 1 addition & 0 deletions include/podio/RNTupleWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "podio/utilities/RootHelpers.h"

#include "TFile.h"
#include <ROOT/RNTuple.hxx>
#include <ROOT/RNTupleModel.hxx>
#if ROOT_VERSION_CODE >= ROOT_VERSION(6, 31, 0)
#include <ROOT/RNTupleWriter.hxx>
Expand Down

0 comments on commit d2e0ff1

Please sign in to comment.