From 09acb46a9c32257b0003eb152d32c15b43b95dfe Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 9 Jan 2017 17:16:04 -0500 Subject: Added necessary includes for util.h --- util.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index 256456f..8a476da 100644 --- a/util.h +++ b/util.h @@ -1,6 +1,12 @@ #ifndef UTIL_H_CED7A66D #define UTIL_H_CED7A66D +#include +#include +#include +#include +#include + namespace cadence { inline std::string uppercase(std::string in) -- cgit 1.4.1