summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2017-08-09 07:40:15 -0400
committer Nathan Woods <npwoods@mess.org>2017-08-09 07:40:15 -0400
commitdf8bb7f18c486b8f7ddb698ab1cdb3c09801ef47 (patch)
tree949b7e1ee7c05d5b13c3dd117c33ff4c6320301b /src/lib
parentff7c365a3bbe6dd1e4bc31cc5adc8e6399b6f8da (diff)
Adding #include <cctype>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/util/server_http.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util/server_http.hpp b/src/lib/util/server_http.hpp
index b822daecfc8..13c6aec45bf 100644
--- a/src/lib/util/server_http.hpp
+++ b/src/lib/util/server_http.hpp
@@ -12,6 +12,7 @@
#include <iostream>
#include <sstream>
#include <regex>
+#include <cctype>
#ifndef CASE_INSENSITIVE_EQUALS_AND_HASH
#define CASE_INSENSITIVE_EQUALS_AND_HASH