aboutsummaryrefslogtreecommitdiffstats
path: root/common/albyte.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-08-28 00:09:46 -0700
committerChris Robinson <[email protected]>2020-08-28 00:09:46 -0700
commit1f486f820e97fd5ce1da40a87aa3b743800fb5b0 (patch)
tree04e70d2410fcaad3167899b81b2661b57c0488fe /common/albyte.h
parentecf30de36f6487c1f8a19ae0d03ba810078706f4 (diff)
Use a separate structure for buffer storage
Diffstat (limited to 'common/albyte.h')
-rw-r--r--common/albyte.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/albyte.h b/common/albyte.h
index 2df96ac3..f21b45ec 100644
--- a/common/albyte.h
+++ b/common/albyte.h
@@ -2,6 +2,7 @@
#define AL_BYTE_H
#include <cstddef>
+#include <cstdint>
#include <limits>
#include <type_traits>