Skip to content

Commit d67ae2f

Browse files
committed
header needed in graph
1 parent 687794f commit d67ae2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utilities/graph.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#ifndef graph_H
22
#define graph_H 1
33

4+
// gemc headers - needed for the definition of MHit::OPTICALPHOTONPID
5+
#include "HitProcess.h"
6+
47
// Qt headers
58
#include <QtWidgets>
69

0 commit comments

Comments
 (0)