windows buildfix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3461 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2009-06-16 02:26:17 +00:00
parent d6c40f65ff
commit 09f1c98785
1 changed files with 3 additions and 2 deletions

View File

@ -15,11 +15,12 @@
// Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/
#include <assert.h>
#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 <assert.h>
namespace Win32TAPHelper
{