aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.hpp')
-rw-r--r--include/common.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common.hpp b/include/common.hpp
index b9be831..9ecd912 100644
--- a/include/common.hpp
+++ b/include/common.hpp
@@ -5,6 +5,9 @@
#ifndef COMMON_HPP_
#define COMMON_HPP_
+#include <algorithm>
+#include <cctype>
+
// windows stuff
#ifdef __WIN32__
using uint = unsigned int;