mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-09-07 19:38:07 -05:00
Add missing includes
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
#include <wups/button_combo/defines.h>
|
||||
|
||||
#include <forward_list>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
||||
#include <cstdint>
|
||||
#include <forward_list>
|
||||
|
||||
class ButtonComboWrapper;
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#include <function_patcher/fpatching_defines.h>
|
||||
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
class FunctionData {
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
class ImportRPLInformation {
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#include <memory>
|
||||
#include <span>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
@@ -19,8 +19,12 @@
|
||||
|
||||
#include <memory>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
class PluginData;
|
||||
class PluginLoadWrapper;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user