We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522fd99 commit 56d2247Copy full SHA for 56d2247
choc/audio/choc_SampleBuffers.h
@@ -19,6 +19,7 @@
19
#ifndef CHOC_SAMPLE_BUFFERS_HEADER_INCLUDED
20
#define CHOC_SAMPLE_BUFFERS_HEADER_INCLUDED
21
22
+#include <cstdint>
23
#include <memory>
24
#include <algorithm>
25
#include "../platform/choc_Assert.h"
choc/memory/choc_xxHash.h
#ifndef CHOC_XXHASH_HEADER_INCLUDED
#define CHOC_XXHASH_HEADER_INCLUDED
#include <cstring>
#include <string_view>
0 commit comments