blob: 5189e72251d64bb9c05847e4fb5702869ff219df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/archivers/chd/corestr.cpp b/src/archivers/chd/corestr.cpp
index f6c40fce..25f1783d 100644
--- a/src/archivers/chd/corestr.cpp
+++ b/src/archivers/chd/corestr.cpp
@@ -13,7 +13,7 @@
#include <algorithm>
#include <iterator>
#include <memory>
-
+#include <cstdint>
#include <cctype>
#include <cstdlib>
|