From 3c11e2831ea78b659e8d4ab1e79a64fc630672a5 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Sat, 14 Nov 2009 01:06:11 +0000 Subject: [PATCH] Missed some headers in r3774, which caused compilation errors when precompiled headers were not used. Updates #1040. Originally committed to SVN as r3776. --- aegisub/src/dialog_detached_video.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aegisub/src/dialog_detached_video.cpp b/aegisub/src/dialog_detached_video.cpp index e7b1b37df..0dde7b897 100644 --- a/aegisub/src/dialog_detached_video.cpp +++ b/aegisub/src/dialog_detached_video.cpp @@ -37,7 +37,9 @@ #include "config.h" #ifndef AGI_PRE +#include #include +#include #endif #include "dialog_detached_video.h"