Browse Source

Add missing include for std::tolower

Bart van Strien 6 years ago
parent
commit
005deef4c5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/common/HTTPSClient.cpp

+ 1 - 0
src/common/HTTPSClient.cpp

@@ -1,4 +1,5 @@
 #include <algorithm>
 #include <algorithm>
+#include <cctype>
 
 
 #include "HTTPSClient.h"
 #include "HTTPSClient.h"