diff options
author | Chris Robinson <[email protected]> | 2018-12-25 11:09:41 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-12-25 11:09:41 -0800 |
commit | 208ea76922e8d69dc9ad93cbb0cf43634d9782a4 (patch) | |
tree | d65de40914324b72d72d569dc3dac20d5fc7dbe8 /OpenAL32/Include/alu.h | |
parent | 8336de665306e3d1669b9af675b3cf39f0bcbc4a (diff) |
Cleanup some includes
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r-- | OpenAL32/Include/alu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 4620aeb6..934d6866 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -17,6 +17,7 @@ #include "alBuffer.h" #include "hrtf.h" +#include "logging.h" #include "math_defs.h" #include "filters/biquad.h" #include "filters/nfc.h" |