Forráskód Böngészése

Add missing include for std::tolower

Bart van Strien 6 éve
szülő
commit
005deef4c5
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      src/common/HTTPSClient.cpp

+ 1 - 0
src/common/HTTPSClient.cpp

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