From 4a8e6f204a0fa9d900b40d0f18147c5c16536258 Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Tue, 16 Jul 2019 11:21:58 -0500 Subject: [PATCH] gtk: Add explanation to both includes. --- gtk/src/gtk_sound_driver_sdl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/src/gtk_sound_driver_sdl.h b/gtk/src/gtk_sound_driver_sdl.h index f9115c4f..18083a15 100644 --- a/gtk/src/gtk_sound_driver_sdl.h +++ b/gtk/src/gtk_sound_driver_sdl.h @@ -8,6 +8,7 @@ #define __GTK_SOUND_DRIVER_SDL_H #include "SDL.h" +// SDL.h may include altivec.h which redefines vector and bool #undef vector #undef bool