1
0
mirror of synced 2024-11-24 15:50:16 +01:00

fix: Missing includes

This commit is contained in:
WerWolv 2024-01-30 15:50:00 +01:00
parent 79834b9566
commit c2ff6f4e6b
8 changed files with 10 additions and 1 deletions

View File

@ -2,12 +2,12 @@
#include <hex/helpers/fs.hpp>
#include <hex/helpers/logger.hpp>
#include <hex/helpers/auto_reset.hpp>
#include <wolv/utils/string.hpp>
#include <imgui.h>
#include <hex/api/content_registry.hpp>
#include <hex/ui/view.hpp>
#include <hex/helpers/auto_reset.hpp>
namespace hex {

View File

@ -1,5 +1,6 @@
#include <hex/api/content_registry.hpp>
#include <hex/api/localization_manager.hpp>
#include <hex/helpers/auto_reset.hpp>
namespace hex {

View File

@ -3,6 +3,7 @@
#include <hex/helpers/logger.hpp>
#include <hex/helpers/fmt.hpp>
#include <hex/helpers/auto_reset.hpp>
#include <wolv/utils/string.hpp>

View File

@ -1,5 +1,7 @@
#include <hex/api/project_file_manager.hpp>
#include <hex/helpers/auto_reset.hpp>
#include <wolv/io/fs.hpp>
namespace hex {

View File

@ -1,6 +1,7 @@
#include <hex/api/shortcut_manager.hpp>
#include <imgui.h>
#include <hex/api/content_registry.hpp>
#include <hex/helpers/auto_reset.hpp>
#include <hex/ui/view.hpp>

View File

@ -3,6 +3,7 @@
#include <hex/helpers/logger.hpp>
#include <hex/helpers/utils.hpp>
#include <hex/helpers/auto_reset.hpp>
#include <nlohmann/json.hpp>

View File

@ -3,6 +3,8 @@
#include <hex/api/localization_manager.hpp>
#include <hex/api/task_manager.hpp>
#include <hex/helpers/auto_reset.hpp>
#include <imgui_internal.h>
#include <hex/helpers/utils.hpp>
#include <wolv/utils/core.hpp>

View File

@ -2,6 +2,7 @@
#include <hex/api/layout_manager.hpp>
#include <hex/helpers/logger.hpp>
#include <hex/helpers/auto_reset.hpp>
#include <wolv/io/file.hpp>