example/https_request: add header file declare platform.h of mbedtls

This commit is contained in:
Liu Han 2016-12-08 15:03:38 +08:00
parent c1802eaa98
commit 19a2ee3740

View file

@ -38,6 +38,7 @@
#include "lwip/netdb.h"
#include "lwip/dns.h"
#include "mbedtls/platform.h"
#include "mbedtls/net.h"
#include "mbedtls/debug.h"
#include "mbedtls/ssl.h"