diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/AACDecoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AACDecoder.h b/src/AACDecoder.h index 7f19cb9..6adae56 100644 --- a/src/AACDecoder.h +++ b/src/AACDecoder.h @@ -27,6 +27,7 @@ #include <fdk-aac/aacdecoder_lib.h> #include <cstdint> +#include <cstddef> #include <vector> class AACDecoder { |