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