Skip to content

Commit fd72ef3

Browse files
committed
Include stddef.h for size_t
Tsukumi reported the issue, thunks.
1 parent 11235d3 commit fd72ef3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

aac.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef INCLUDE_AAC_HPP
22
#define INCLUDE_AAC_HPP
33

4+
#include <stddef.h>
45
#include <stdint.h>
56
#include <vector>
67

util.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef INCLUDE_UTIL_HPP
22
#define INCLUDE_UTIL_HPP
33

4+
#include <stddef.h>
45
#include <stdint.h>
56
#include <vector>
67

0 commit comments

Comments
 (0)