forked from mia/Aegisub
Add missing headers.
Originally committed to SVN as r5281.
This commit is contained in:
parent
ac70f229dc
commit
a733260603
1 changed files with 5 additions and 1 deletions
|
@ -21,9 +21,13 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
//#include "utils.h"
|
||||
#include "libaegisub/media_video_frame.h"
|
||||
|
||||
#ifndef LAGI_PRE
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
namespace agi {
|
||||
namespace media {
|
||||
|
||||
|
|
Loading…
Reference in a new issue