Explorar o código

Add missing include for std::tolower

Bart van Strien %!s(int64=6) %!d(string=hai) anos
pai
achega
005deef4c5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/common/HTTPSClient.cpp

+ 1 - 0
src/common/HTTPSClient.cpp

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