mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Compile errors
This commit is contained in:
@@ -180,7 +180,7 @@ namespace hex {
|
||||
std::string header = hex::format("{}: {}", key, value);
|
||||
headersList = curl_slist_append(headersList, header.c_str());
|
||||
}
|
||||
curl_easy_setopt(curl, CURLOPT_HTTPHEADER, headers);
|
||||
curl_easy_setopt(curl, CURLOPT_HTTPHEADER, headersList);
|
||||
|
||||
auto result = curl_easy_perform(curl);
|
||||
if (result != CURLE_OK){
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <imgui_impl_glfw.h>
|
||||
#include <string.h>
|
||||
#include <ranges>
|
||||
|
||||
Reference in New Issue
Block a user