mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
build: Fix multiple missing includes
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
#include <hex/api_urls.hpp>
|
||||
#include <hex/api/imhex_api.hpp>
|
||||
#include <hex/api/task_manager.hpp>
|
||||
|
||||
#include <hex/helpers/http_requests.hpp>
|
||||
#include <hex/helpers/utils.hpp>
|
||||
#include <hex/helpers/default_paths.hpp>
|
||||
#include <hex/helpers/logger.hpp>
|
||||
#include <hex/helpers/fs.hpp>
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <optional>
|
||||
|
||||
using namespace std::literals::string_literals;
|
||||
|
||||
|
||||
@@ -9,6 +9,13 @@
|
||||
|
||||
#include <wolv/hash/uuid.hpp>
|
||||
|
||||
#include <fonts/vscode_icons.hpp>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#include <chrono>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
||||
namespace hex::fonts { bool setupFonts(); }
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
Reference in New Issue
Block a user