From 3c8c70402c7d0a9dea6b1932da5050f3650b702e Mon Sep 17 00:00:00 2001 From: "Stephen A. Wood" <saw@jlab.org> Date: Tue, 5 Jan 2021 20:53:55 -0500 Subject: [PATCH] Add missing include in THcShowerHit.h --- src/THcShowerHit.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/THcShowerHit.h b/src/THcShowerHit.h index 7619fb0..41bfd17 100644 --- a/src/THcShowerHit.h +++ b/src/THcShowerHit.h @@ -7,6 +7,7 @@ #include <iterator> #include <iostream> #include <memory> +#include <vector> #include "TMath.h" using namespace std; -- GitLab