2
0
Эх сурвалжийг харах

Add missing include for std::tolower

Bart van Strien 6 жил өмнө
parent
commit
005deef4c5

+ 1 - 0
src/common/HTTPSClient.cpp

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