IPC_HLE_net_ssl: Include mbedtls/platform.h

My version of mbedtls seems to require this -- otherwise, it doesn't compile.
This commit is contained in:
Jasper St. Pierre 2016-09-03 15:15:13 -07:00
parent f5fa5a7d32
commit 980ecfba7f

View file

@ -4,12 +4,18 @@
#pragma once
// These imports need to be in this order for mbed to be included correctly.
// clang-format off
#include <mbedtls/platform.h>
#include <mbedtls/ctr_drbg.h>
#include <mbedtls/entropy.h>
#include <mbedtls/net.h>
#include <mbedtls/ssl.h>
#include <string>
// clang-format on
#include "Core/IPC_HLE/WII_IPC_HLE_Device.h"
#define NET_SSL_MAXINSTANCES 4