From f77f908611025dd7d5a273b5ef6bd3b19d326a63 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sat, 28 Aug 2010 02:00:43 +0000 Subject: [PATCH] Fix compilation without precompiled headers. Closes #1241 Originally committed to SVN as r4767. --- aegisub/src/dialog_selected_choices.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aegisub/src/dialog_selected_choices.h b/aegisub/src/dialog_selected_choices.h index c6e3bd3ff..8ff57945d 100644 --- a/aegisub/src/dialog_selected_choices.h +++ b/aegisub/src/dialog_selected_choices.h @@ -34,7 +34,11 @@ /// @ingroup #ifndef AGI_PRE +#include #include +#include +#include +#include #endif /// @class SelectedChoicesDialog