windows buildfix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3461 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d6c40f65ff
commit
09f1c98785
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue