Fix compilation with boost 1.74.0

The serialization module was heavily changed and it now this header needs to be included as it is relied in many other parts of citra.
This commit is contained in:
Tomáš Chvátal 2020-09-30 11:29:06 +02:00 committed by GitHub
parent a576eb633f
commit 860ccf2a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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