Преглед изворни кода

Add missing include for std::tolower

Bart van Strien пре 6 година
родитељ
комит
005deef4c5
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/common/HTTPSClient.cpp

+ 1 - 0
src/common/HTTPSClient.cpp

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