Pārlūkot izejas kodu

Add missing include for std::tolower

Bart van Strien 6 gadi atpakaļ
vecāks
revīzija
005deef4c5
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/common/HTTPSClient.cpp

+ 1 - 0
src/common/HTTPSClient.cpp

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