mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-28 05:45:30 -05:00
Add missing includes
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "StorageSubItem.h"
|
||||
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
class StorageItemRoot : public StorageSubItem {
|
||||
public:
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
Reference in New Issue
Block a user