From 621cefe14e2918a39b19deb39952532690bf836f Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sun, 14 Feb 2010 18:06:56 +0000 Subject: [PATCH] Fix compile error on non-windows caused by r4097. Originally committed to SVN as r4099. --- aegisub/src/video_out_gl.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aegisub/src/video_out_gl.cpp b/aegisub/src/video_out_gl.cpp index daea2729d..9c922093f 100644 --- a/aegisub/src/video_out_gl.cpp +++ b/aegisub/src/video_out_gl.cpp @@ -38,8 +38,12 @@ #ifndef AGI_PRE #include +#include #endif +using std::min; +using std::max; + // These must be included before local headers. #ifdef __APPLE__ #include