mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
24 lines
633 B
Diff
24 lines
633 B
Diff
diff --git a/src/Vector/BLF/FileStatistics.h b/src/Vector/BLF/FileStatistics.h
|
|
index 2e507c2..6fc25b8 100644
|
|
--- a/src/Vector/BLF/FileStatistics.h
|
|
+++ b/src/Vector/BLF/FileStatistics.h
|
|
@@ -6,6 +6,7 @@
|
|
|
|
#include <Vector/BLF/platform.h>
|
|
|
|
+#include <cstdint>
|
|
#include <array>
|
|
|
|
#include <Vector/BLF/AbstractFile.h>
|
|
diff --git a/src/Vector/BLF/ObjectHeaderBase.h b/src/Vector/BLF/ObjectHeaderBase.h
|
|
index 4fb9407..b72ed6d 100644
|
|
--- a/src/Vector/BLF/ObjectHeaderBase.h
|
|
+++ b/src/Vector/BLF/ObjectHeaderBase.h
|
|
@@ -10,6 +10,7 @@
|
|
|
|
#include <Vector/BLF/vector_blf_export.h>
|
|
|
|
+#include <cstdint>
|
|
namespace Vector {
|
|
namespace BLF {
|
|
|