summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/nfp_device.cpp
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2022-10-22 04:28:08 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2022-10-22 04:54:31 +0200
commit82fdfb33ac7cc6da4f24c5a8bd88855287e93fcc (patch)
treeaf4c2eca9ffbcb800be3794666a45b025d04e98d /src/core/hle/service/nfp/nfp_device.cpp
parentMerge pull request #9088 from Fdawgs/chore/images (diff)
downloadyuzu-82fdfb33ac7cc6da4f24c5a8bd88855287e93fcc.tar
yuzu-82fdfb33ac7cc6da4f24c5a8bd88855287e93fcc.tar.gz
yuzu-82fdfb33ac7cc6da4f24c5a8bd88855287e93fcc.tar.bz2
yuzu-82fdfb33ac7cc6da4f24c5a8bd88855287e93fcc.tar.lz
yuzu-82fdfb33ac7cc6da4f24c5a8bd88855287e93fcc.tar.xz
yuzu-82fdfb33ac7cc6da4f24c5a8bd88855287e93fcc.tar.zst
yuzu-82fdfb33ac7cc6da4f24c5a8bd88855287e93fcc.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nfp/nfp_device.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nfp/nfp_device.cpp b/src/core/hle/service/nfp/nfp_device.cpp
index 76f8a267a..4e6b8e558 100644
--- a/src/core/hle/service/nfp/nfp_device.cpp
+++ b/src/core/hle/service/nfp/nfp_device.cpp
@@ -17,6 +17,7 @@
#include "core/hle/ipc_helpers.h"
#include "core/hle/kernel/k_event.h"
#include "core/hle/service/mii/mii_manager.h"
+#include "core/hle/service/mii/types.h"
#include "core/hle/service/nfp/amiibo_crypto.h"
#include "core/hle/service/nfp/nfp.h"
#include "core/hle/service/nfp/nfp_device.h"