Skip to content

Commit

Permalink
Add explicit header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyChappell committed Dec 14, 2024
1 parent 720e918 commit 67aa051
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
#ifndef LAR_THREE_D_RECLUSTERING_ALGORITHM_H
#define LAR_THREE_D_RECLUSTERING_ALGORITHM_H 1

#include "Objects/ParticleFlowObject.h"
#include "Pandora/Algorithm.h"
#include "Pandora/AlgorithmTool.h"
#include "Pandora/PandoraInternal.h"

namespace lar_content
{
Expand Down

0 comments on commit 67aa051

Please sign in to comment.