Attempting to fix mingw on windows
This commit is contained in:
parent
6917eaf53b
commit
d482fb359c
|
@ -13,6 +13,7 @@
|
|||
#include "common/common_types.h"
|
||||
#include "common/swap.h"
|
||||
#include "core/hle/kernel/kernel.h"
|
||||
#include "core/hle/service/apt/applet_manager.h"
|
||||
#include "core/hle/service/service.h"
|
||||
#include "core/global.h"
|
||||
|
||||
|
|
|
@ -237,4 +237,4 @@ namespace boost::serialization { \
|
|||
} \
|
||||
template \
|
||||
void load_construct_data<iarchive>(iarchive& ar, T* t, const unsigned int); \
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue