diff options
Diffstat (limited to 'muse2/vestige/aeffectx.h')
-rw-r--r-- | muse2/vestige/aeffectx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/vestige/aeffectx.h b/muse2/vestige/aeffectx.h index fe0adef3..11731c6c 100644 --- a/muse2/vestige/aeffectx.h +++ b/muse2/vestige/aeffectx.h @@ -26,6 +26,8 @@ #ifndef _AEFFECTX_H #define _AEFFECTX_H +#include <stdint.h> + #define CCONST(a, b, c, d)( ( ( (int) a ) << 24 ) | \ ( ( (int) b ) << 16 ) | \ ( ( (int) c ) << 8 ) | \ |