Attempting to fix mingw on windows

This commit is contained in:
Hamish Milne 2019-12-27 20:36:17 +00:00 committed by zhupengfei
parent 6917eaf53b
commit d482fb359c
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -237,4 +237,4 @@ namespace boost::serialization { \
} \
template \
void load_construct_data<iarchive>(iarchive& ar, T* t, const unsigned int); \
}
}