Browse Source

Add missing include for std::tolower

Bart van Strien 6 năm trước cách đây
mục cha
commit
005deef4c5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/common/HTTPSClient.cpp

+ 1 - 0
src/common/HTTPSClient.cpp

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