1--- src/video_frame.h.orig 2+++ src/video_frame.h 3@@ -15,6 +15,7 @@ 4 // Aegisub Project http://www.aegisub.org/ 5 6 #include <vector> 7+#include <cstddef> 8 9 class wxImage; 10 11 12