Unverified Commit bcac9858 authored by yves renier's avatar yves renier Committed by GitHub
Browse files

Fix compilation on Debian bookworm/sid (#1229)



clang++ complained about not knowing of std::string for a file
Authored-by: default avatarYves Renier <102358016+yves-renier@users.noreply.github.com>
parent 1339ba35
...@@ -39,6 +39,8 @@ function(generate_embed_source EMBED_NAME) ...@@ -39,6 +39,8 @@ function(generate_embed_source EMBED_NAME)
file(WRITE "${PARSE_HEADER}" " file(WRITE "${PARSE_HEADER}" "
#include <unordered_map> #include <unordered_map>
#include <string>
#include <utility>
const std::unordered_map<std::string, std::pair<const char*,const char*>>& ${EMBED_NAME}(); const std::unordered_map<std::string, std::pair<const char*,const char*>>& ${EMBED_NAME}();
") ")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment