Add missing includes

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

View File

@ -19,6 +19,7 @@
#include <memory>
#include <string>
#include <string_view>
#include <vector>
namespace WUPSConfigAPIBackend {

View File

@ -5,6 +5,8 @@
#include <wups/config.h>
#include <string>
#include <string_view>
namespace WUPSConfigAPIBackend {
class WUPSConfigItemV1 final : public WUPSConfigItem {
public:

View File

@ -3,6 +3,7 @@
#include <wut_types.h>
#include <string>
#include <string_view>
#include <vector>
class FSUtils {

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;

View File

@ -3,6 +3,7 @@
#include "StorageSubItem.h"
#include <string>
#include <string_view>
class StorageItemRoot : public StorageSubItem {
public:

View File

@ -9,6 +9,8 @@
#include <memory>
#include <mutex>
#include <set>
#include <string>
#include <string_view>
#include <vector>
#include <cstdint>