From 182b57bd0fc883cedcdf564b6b4f0ea336f78f36 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Wed, 31 Aug 2011 04:23:18 +0000 Subject: [PATCH] Fix compilation with precompiled headers off Originally committed to SVN as r5579. --- aegisub/src/command/video.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aegisub/src/command/video.cpp b/aegisub/src/command/video.cpp index 20c83e400..fa0761a79 100644 --- a/aegisub/src/command/video.cpp +++ b/aegisub/src/command/video.cpp @@ -40,6 +40,10 @@ #include "command.h" +#ifndef AGI_PRE +#include +#endif + #include "../ass_dialogue.h" #include "../ass_time.h" #include "../compat.h"