From 5cb1b3eb9132cbbb0e78845fd56a76ca889d4e42 Mon Sep 17 00:00:00 2001
From: "Stephen A. Wood" <saw@jlab.org>
Date: Sun, 18 Feb 2018 11:11:42 -0500
Subject: [PATCH] Add some needed #includes to THcFormula.cxx

---
 src/THcFormula.cxx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/THcFormula.cxx b/src/THcFormula.cxx
index 6e7cd33..dd97ae7 100644
--- a/src/THcFormula.cxx
+++ b/src/THcFormula.cxx
@@ -16,12 +16,14 @@ that the cut has been tested can be accessed with cutname.`scaler` (or
 
 #include "THcFormula.h"
 #include "THcParmList.h"
+#include "THaArrayString.h"
 #include "THaVarList.h"
 #include "THaCutList.h"
 #include "THaCut.h"
 #include "TMath.h"
 
 #include <iostream>
+#include <cassert>
 #include <numeric>
 
 using namespace std;
-- 
GitLab