Skip to content

Commit

Permalink
Make sure all used names have been declared
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Aug 22, 2024
1 parent 1e227df commit 9d89466
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/include/marlin/EventModifier.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#ifndef EventModifier_h
#define EventModifier_h 1

#include <string>

namespace EVENT{ class LCEvent ; }
namespace EVENT {
class LCEvent ;
class LCRunHeader ;
}

namespace marlin{

Expand Down

0 comments on commit 9d89466

Please sign in to comment.