diff options
author | Chris Robinson <[email protected]> | 2020-12-03 05:43:53 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-04 11:15:50 -0800 |
commit | 630a3b8cbd4cd582ba76c2890b9dbe218a8b7730 (patch) | |
tree | 1822caa568d3a4119998e2f426b2867917a3205b /alc/mixer/mixer_neon.cpp | |
parent | e3179aa058cbb2887b02ce9d27e3a3c2da270516 (diff) |
Move lerp/cubic to alnumeric.h
Diffstat (limited to 'alc/mixer/mixer_neon.cpp')
-rw-r--r-- | alc/mixer/mixer_neon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/mixer/mixer_neon.cpp b/alc/mixer/mixer_neon.cpp index e9b47b33..1abf216f 100644 --- a/alc/mixer/mixer_neon.cpp +++ b/alc/mixer/mixer_neon.cpp @@ -7,6 +7,7 @@ #include "AL/al.h" #include "AL/alc.h" #include "alcmain.h" +#include "alnumeric.h" #include "alu.h" #include "hrtf.h" #include "defs.h" |