Skip to content

Commit

Permalink
Merge pull request #214 from Sambruk/compile_fix_bullseye
Browse files Browse the repository at this point in the history
Compile fix bullseye
  • Loading branch information
joesiltberg authored Mar 14, 2024
2 parents 48269da + 0b6cd86 commit 97771a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utility/simpleurl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "simpleurl.hpp"
#include <curl/curl.h>
#include <memory>
#include <stdexcept>

namespace {
size_t write_http_response(void *buffer, size_t size, size_t nmemb,
Expand Down Expand Up @@ -73,4 +74,4 @@ int read(const std::string& url, std::vector<char>& destination) {
throw std::runtime_error("failed to initialize curl");
}
}
}
}

0 comments on commit 97771a9

Please sign in to comment.