This website works better with JavaScript
Home
Explore
Help
Sign In
lua
/
lua-https
mirror of
https://github.com/love2d/lua-https.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add missing include for std::tolower
Bart van Strien
6 years ago
parent
af96f6dd8b
commit
005deef4c5
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
src/common/HTTPSClient.cpp
+ 1
- 0
src/common/HTTPSClient.cpp
View File
@@ -1,4 +1,5 @@
#include <algorithm>
#include <algorithm>
+#include <cctype>
#include "HTTPSClient.h"
#include "HTTPSClient.h"