diff options
author | Chris Robinson <[email protected]> | 2018-12-10 02:13:57 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-12-10 02:13:57 -0800 |
commit | d91ada2e028338df35929a79a9393c6ac6e7b168 (patch) | |
tree | 60d4c9c99543065d0a3a8c143a3e2cdbfd379a2f /Alc | |
parent | 9bb7ed01294a1b87be503d1388d59406abb7eea0 (diff) |
Add missing header
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/panning.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/panning.cpp b/Alc/panning.cpp index 507ea5f7..c99cffa4 100644 --- a/Alc/panning.cpp +++ b/Alc/panning.cpp @@ -28,6 +28,7 @@ #include <numeric> #include <algorithm> +#include <functional> #include "alMain.h" #include "alAuxEffectSlot.h" |