diff options
author | Chris Robinson <[email protected]> | 2019-07-29 09:29:35 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-29 09:29:35 -0700 |
commit | f0408809d6b2012aca0f1e8a344e087cb504a231 (patch) | |
tree | 3cecaa9827519ce5419febe9f584881ad286c97e /common/alnumeric.h | |
parent | 40e937c63a2a74ef2ff94ba8a056cce0a07832ed (diff) |
Cleanup common sources' includes
Diffstat (limited to 'common/alnumeric.h')
-rw-r--r-- | common/alnumeric.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/alnumeric.h b/common/alnumeric.h index e97c40e2..950eebe1 100644 --- a/common/alnumeric.h +++ b/common/alnumeric.h @@ -1,7 +1,8 @@ #ifndef AL_NUMERIC_H #define AL_NUMERIC_H -#include <stdint.h> +#include <cstddef> +#include <cstdint> #ifdef HAVE_INTRIN_H #include <intrin.h> #endif |