diff --git a/Source/Core/Core/Src/HW/BBA-TAP/TAP_Win32.cpp b/Source/Core/Core/Src/HW/BBA-TAP/TAP_Win32.cpp index dbd4ebfa52..c4287f4721 100644 --- a/Source/Core/Core/Src/HW/BBA-TAP/TAP_Win32.cpp +++ b/Source/Core/Core/Src/HW/BBA-TAP/TAP_Win32.cpp @@ -15,11 +15,12 @@ // Official SVN repository and contact information can be found at // http://code.google.com/p/dolphin-emu/ +#include #include "../Memmap.h" +// GROSS CODE ALERT: headers need to be included in the following order +#include "TAP_Win32.h" #include "../EXI_Device.h" #include "../EXI_DeviceEthernet.h" -#include "TAP_Win32.h" -#include namespace Win32TAPHelper {