From 980ecfba7f934f91c021bdeec06d0518dd570bac Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sat, 3 Sep 2016 15:15:13 -0700 Subject: [PATCH] IPC_HLE_net_ssl: Include mbedtls/platform.h My version of mbedtls seems to require this -- otherwise, it doesn't compile. --- Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_net_ssl.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_net_ssl.h b/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_net_ssl.h index e97c282cda..079e56b0b8 100644 --- a/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_net_ssl.h +++ b/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_net_ssl.h @@ -4,12 +4,18 @@ #pragma once +// These imports need to be in this order for mbed to be included correctly. +// clang-format off + +#include #include #include #include #include #include +// clang-format on + #include "Core/IPC_HLE/WII_IPC_HLE_Device.h" #define NET_SSL_MAXINSTANCES 4