diff options
author | Chris Robinson <[email protected]> | 2023-10-12 07:03:21 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-10-12 07:03:21 -0700 |
commit | c7ce77634ffeb9dc84c4435aed3dac59b042bfbd (patch) | |
tree | 184bc4eec0c80b7cf76101a071800f7fb23cccb9 /al | |
parent | 5b86b80591ce85869716885ca393e080f6f72685 (diff) |
Add missing include
Diffstat (limited to 'al')
-rw-r--r-- | al/effects/convolution.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/al/effects/convolution.cpp b/al/effects/convolution.cpp index 3e7885f8..9c091e53 100644 --- a/al/effects/convolution.cpp +++ b/al/effects/convolution.cpp @@ -1,6 +1,8 @@ #include "config.h" +#include <cmath> + #include "AL/al.h" #include "alc/inprogext.h" |