mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
- Makefile cleanup / pet portlint - Reduce available set of OPTIONS - DEBUG, GCOV, EFENCE not supported anymore - ASS and LUA now required by port PR: 191375 Submitted by: tkato432@yahoo.com Approved by: mentors (implicit)
10 lines
172 B
C++
10 lines
172 B
C++
--- src/video_frame.h.orig
|
|
+++ src/video_frame.h
|
|
@@ -15,6 +15,7 @@
|
|
// Aegisub Project http://www.aegisub.org/
|
|
|
|
#include <vector>
|
|
+#include <cstddef>
|
|
|
|
class wxImage;
|
|
|