diff options
author | Chris Robinson <[email protected]> | 2018-12-01 01:12:05 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-12-01 01:12:05 -0800 |
commit | cc161fe7c12182ebca3a49a380c4c60ebb1afb5f (patch) | |
tree | 0e8a46ff466c71d1b0aad63e097248fbfef98efb /OpenAL32 | |
parent | 7b1548af3cdda7f0023510a9ec12813a137a1668 (diff) |
Add a missing include
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 5cf5f069..36d3be84 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -10,6 +10,8 @@ #include <ieeefp.h> #endif +#include <array> + #include "alMain.h" #include "alBuffer.h" |