diff options
Diffstat (limited to 'alc/ambidefs.h')
-rw-r--r-- | alc/ambidefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/alc/ambidefs.h b/alc/ambidefs.h index 8d4b96ca..79c0f1cf 100644 --- a/alc/ambidefs.h +++ b/alc/ambidefs.h @@ -2,7 +2,8 @@ #define AMBIDEFS_H #include <array> -#include <cstdint> +#include <stddef.h> +#include <stdint.h> /* The maximum number of Ambisonics channels. For a given order (o), the size * needed will be (o+1)**2, thus zero-order has 1, first-order has 4, second- |