Skip to content
Snippets Groups Projects
Commit 114120c0 authored by Johannes Kauffmann's avatar Johannes Kauffmann
Browse files

utils: XxHasher: Fix GCC13 build, include cstdint

parent 91cd3114
No related branches found
No related tags found
1 merge request!711Fix GCC13 build by including cstdint where needed
Pipeline #245338 passed with stages
in 10 minutes and 16 seconds
......@@ -23,6 +23,7 @@
#pragma once
#include <cstddef>
#include <cstdint>
#include <string>
namespace medialibrary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment