Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: source/tls_socket.h
- Revision:
- 27:42b319540a74
- Parent:
- 18:f7a85895a941
--- a/source/tls_socket.h Thu Jan 11 13:57:53 2018 +0100 +++ b/source/tls_socket.h Tue Mar 27 11:05:43 2018 +0200 @@ -24,6 +24,7 @@ #include <string> #include <vector> #include <map> +#include "TCPSocket.h" #include "http_parser.h" #include "http_response.h" #include "http_request_builder.h"