diff options
-rw-r--r-- | util.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util.h b/util.h index 256456f..8a476da 100644 --- a/util.h +++ b/util.h | |||
@@ -1,6 +1,12 @@ | |||
1 | #ifndef UTIL_H_CED7A66D | 1 | #ifndef UTIL_H_CED7A66D |
2 | #define UTIL_H_CED7A66D | 2 | #define UTIL_H_CED7A66D |
3 | 3 | ||
4 | #include <algorithm> | ||
5 | #include <string> | ||
6 | #include <iterator> | ||
7 | #include <cctype> | ||
8 | #include <sstream> | ||
9 | |||
4 | namespace cadence { | 10 | namespace cadence { |
5 | 11 | ||
6 | inline std::string uppercase(std::string in) | 12 | inline std::string uppercase(std::string in) |