This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
lua
/
lua-https
mirror da
https://github.com/love2d/lua-https.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Add missing include for std::tolower
Bart van Strien
6 anni fa
parent
af96f6dd8b
commit
005deef4c5
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
src/common/HTTPSClient.cpp
+ 1
- 0
src/common/HTTPSClient.cpp
Vedi File
@@ -1,4 +1,5 @@
#include <algorithm>
+#include <cctype>
#include "HTTPSClient.h"