summaryrefslogtreecommitdiff
path: root/src/utils/MIODecoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/MIODecoder.cpp')
-rw-r--r--src/utils/MIODecoder.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/MIODecoder.cpp b/src/utils/MIODecoder.cpp
index 14f8eff..0a1698e 100644
--- a/src/utils/MIODecoder.cpp
+++ b/src/utils/MIODecoder.cpp
@@ -4,6 +4,7 @@ extern "C" {
#include <libmio0/mio0.h>
}
#include <stdexcept>
+#include <cstdint>
std::unordered_map<uint32_t, std::vector<char>> MIO0Decoder::gCachedChunks;
@@ -25,4 +26,4 @@ std::vector<char>& MIO0Decoder::Decode(std::vector<uint8_t>& buffer, uint32_t of
void MIO0Decoder::ClearCache() {
gCachedChunks.clear();
-} \ No newline at end of file
+}