Bläddra i källkod

Add missing include for std::tolower

Bart van Strien 6 år sedan
förälder
incheckning
005deef4c5
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/common/HTTPSClient.cpp

+ 1 - 0
src/common/HTTPSClient.cpp

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