From e383d8e4adc82f8267ab4357f828bae1c47bab62 Mon Sep 17 00:00:00 2001 From: mtadel Date: Thu, 3 Dec 2009 12:48:21 +0000 Subject: [PATCH] Add missing includes for macros that get compiled, too. --- EVE/alice-macros/kine_tracks.C | 1 + EVE/alice-macros/tof_clusters.C | 2 ++ 2 files changed, 3 insertions(+) diff --git a/EVE/alice-macros/kine_tracks.C b/EVE/alice-macros/kine_tracks.C index 354280aab89..e9e36180212 100644 --- a/EVE/alice-macros/kine_tracks.C +++ b/EVE/alice-macros/kine_tracks.C @@ -12,6 +12,7 @@ #if !defined(__CINT__) || defined(__MAKECINT__) +#include #include #include diff --git a/EVE/alice-macros/tof_clusters.C b/EVE/alice-macros/tof_clusters.C index 1b1c8076b7a..a1cee3214d9 100644 --- a/EVE/alice-macros/tof_clusters.C +++ b/EVE/alice-macros/tof_clusters.C @@ -12,6 +12,8 @@ class TEvePointSet; #else +#include + #include #include #include -- 2.39.3