From 95e7fea73fb7064035437dc59e3c0a06c2f6c89b Mon Sep 17 00:00:00 2001 From: Rene Brun <Rene.Brun@cern.ch> Date: Sat, 3 Feb 2007 19:40:20 +0000 Subject: [PATCH] Add missing include TBits.h git-svn-id: http://root.cern.ch/svn/root/trunk@17674 27541ba8-7e3a-0410-8455-c3a389f83636 --- test/Event.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Event.h b/test/Event.h index 907903183e8..7c038e1c62b 100644 --- a/test/Event.h +++ b/test/Event.h @@ -14,6 +14,7 @@ #include "TRefArray.h" #include "TRef.h" #include "TH1.h" +#include "TBits.h" #include "TMath.h" -- GitLab