1
0
mirror of synced 2024-11-12 02:00:52 +01:00

build: Fixed include issues

This commit is contained in:
WerWolv 2023-07-09 12:53:31 +02:00
parent 7cb26b1499
commit 6343cb092b
11 changed files with 19 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include <nlohmann/json.hpp>
#include <wolv/io/file.hpp>
#include <wolv/utils/string.hpp>
namespace hex {

View File

@ -18,9 +18,11 @@
#include <algorithm>
#include <filesystem>
#include <utility>
#include <wolv/io/file.hpp>
#include <wolv/io/fs.hpp>
#include <wolv/utils/string.hpp>
namespace hex::fs {

View File

@ -7,6 +7,8 @@
#include <hex/helpers/utils.hpp>
#include <hex/helpers/logger.hpp>
#include <wolv/utils/string.hpp>
#include <imgui.h>
#include <imgui_internal.h>
#include <fonts/codicons_font.h>

View File

@ -33,6 +33,8 @@
#include <imnodes.h>
#include <imnodes_internal.h>
#include <wolv/utils/string.hpp>
#include <fonts/codicons_font.h>
#include <hex/api/project_file_manager.hpp>

View File

@ -2,6 +2,8 @@
#include <hex/api/localization.hpp>
#include <wolv/utils/string.hpp>
#include <functional>
#include <string>

View File

@ -7,6 +7,8 @@
#include <content/helpers/math_evaluator.hpp>
#include <wolv/utils/string.hpp>
namespace hex::plugin::builtin {
void registerCommandPaletteCommands() {

View File

@ -20,6 +20,7 @@
#include <wolv/utils/core.hpp>
#include <wolv/utils/lock.hpp>
#include <wolv/utils/string.hpp>
namespace hex::plugin::builtin {

View File

@ -2,9 +2,13 @@
#include <imgui.h>
#include <hex/ui/imgui_imhex_extensions.h>
#include <hex/helpers/logger.hpp>
#include <hex/helpers/utils.hpp>
#include <wolv/utils/string.hpp>
namespace hex::plugin::builtin {
template<typename T>

View File

@ -10,6 +10,7 @@
#include <hex/providers/provider.hpp>
#include <wolv/utils/guards.hpp>
#include <wolv/utils/string.hpp>
#include <content/recent.hpp>
#include <content/popups/popup_notification.hpp>

View File

@ -13,6 +13,7 @@
#include <pl/patterns/pattern.hpp>
#include <wolv/io/file.hpp>
#include <wolv/utils/string.hpp>
namespace hex::plugin::builtin {

View File

@ -13,6 +13,7 @@
#include <wolv/io/file.hpp>
#include <wolv/utils/guards.hpp>
#include <wolv/utils/core.hpp>
namespace hex::plugin::builtin {