1
0
mirror of https://github.com/citra-emu/citra.git synced 2025-04-29 21:50:20 +00:00

Merge pull request from scarabeusiv/patch-1

Fix compilation with boost 1.74.0
This commit is contained in:
Pengfei Zhu 2020-09-30 22:03:01 -05:00 committed by GitHub
commit aced133a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,7 @@
#include <memory> #include <memory>
#include <string> #include <string>
#include <boost/serialization/version.hpp>
#include "core/hle/applets/mii_selector.h" #include "core/hle/applets/mii_selector.h"
namespace Frontend { namespace Frontend {