Skip to content
Snippets Groups Projects
Commit 3e56bdaf authored by Administrator's avatar Administrator
Browse files

Add missing include statements

The includes are needed when using clang-tidy on single compilation units.
parent cdaca864
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
#include <Logger.h> #include <Logger.h>
#include <TClonesArray.h>
// ----- Default constructor ------------------------------------------- // ----- Default constructor -------------------------------------------
CbmMvdSensorTrackingBuffer::CbmMvdSensorTrackingBuffer() CbmMvdSensorTrackingBuffer::CbmMvdSensorTrackingBuffer()
: CbmMvdSensorBuffer() : CbmMvdSensorBuffer()
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include "TH1.h" #include "TH1.h"
#include "TH2.h" #include "TH2.h"
#include "TH3.h" #include "TH3.h"
#include "TProfile2D.h"
#include "TLegend.h" #include "TLegend.h"
#include "TPad.h" #include "TPad.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment