Add missing includes

This commit is contained in:
Maschell
2026-01-15 18:10:59 +01:00
parent 1b4b146111
commit a85aedb1f9
11 changed files with 16 additions and 1 deletions

View File

@@ -2,11 +2,11 @@
#include <wups/button_combo/defines.h>
#include <forward_list>
#include <functional>
#include <memory>
#include <cstdint>
#include <forward_list>
class ButtonComboWrapper;

View File

@@ -19,6 +19,7 @@
#include <function_patcher/fpatching_defines.h>
#include <string>
#include <string_view>
class FunctionData {

View File

@@ -18,6 +18,7 @@
#pragma once
#include <string>
#include <string_view>
#include <cstdint>

View File

@@ -18,6 +18,7 @@
#pragma once
#include <string>
#include <string_view>
class ImportRPLInformation {

View File

@@ -20,6 +20,7 @@
#include <memory>
#include <span>
#include <string>
#include <string_view>
#include <vector>
#include <cstdint>

View File

@@ -19,8 +19,12 @@
#include <memory>
#include <set>
#include <string>
#include <string_view>
#include <vector>
#include <cstdint>
class PluginData;
class PluginLoadWrapper;