Quellcode durchsuchen

Fix compilation on iOS

--HG--
branch : minor
Alex Szpakowski vor 8 Jahren
Ursprung
Commit
5fc076a8fb
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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