From 09f1c98785b80f359c605a011a19b9cf2d7a364c Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Tue, 16 Jun 2009 02:26:17 +0000 Subject: [PATCH] windows buildfix git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3461 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/HW/BBA-TAP/TAP_Win32.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {