Added include

This commit is contained in:
PTRCoder 2024-08-23 17:00:49 +02:00
parent 4b3ac391d8
commit b7777a7b47
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <vector>
#include <boost/serialization/shared_ptr.hpp>
#include "common/archives.h"
#include "common/common_types.h"
#include "common/logging/log.h"

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <boost/serialization/shared_ptr.hpp>
#include "common/archives.h"
#include "core/core.h"
#include "core/hle/service/nwm/nwm_inf.h"