Browse Source

Fix compilation on iOS

--HG--
branch : minor
Alex Szpakowski 8 years ago
parent
commit
5fc076a8fb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/modules/audio/openal/Filter.h

+ 2 - 0
src/modules/audio/openal/Filter.h

@@ -21,6 +21,8 @@
 #ifndef LOVE_AUDIO_OPENAL_FILTERS_H
 #define LOVE_AUDIO_OPENAL_FILTERS_H
 
+#include "common/config.h"
+
 // OpenAL
 #ifdef LOVE_APPLE_USE_FRAMEWORKS // Frameworks have different include paths.
 #ifdef LOVE_IOS