Skip to content

Commit bef1473

Browse files
committed
Fix includes for ROOT 6.40 (missing in cxx, and can no longer forward-declare)
1 parent bfb4508 commit bef1473

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CCDB/include/CCDB/CcdbApi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class TJAlienCredentials;
3939
#include "CCDB/CCDBDownloader.h"
4040

4141
class TFile;
42-
class TGrid;
42+
#include <TGrid.h>
4343

4444
namespace o2
4545
{

Generators/include/Generators/GeneratorFromFile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
#include "Generators/GeneratorFromO2KineParam.h"
2020
#include "SimulationDataFormat/MCEventHeader.h"
2121
#include <TRandom3.h>
22+
#include <TGrid.h>
2223
#include <random>
2324

2425
class TBranch;
2526
class TFile;
2627
class TParticle;
27-
class TGrid;
2828

2929
namespace o2
3030
{

0 commit comments

Comments
 (0)