mirror of https://github.com/odrling/Aegisub
Add missing headers.
Originally committed to SVN as r5281.
This commit is contained in:
parent
ac70f229dc
commit
a733260603
|
@ -21,9 +21,13 @@
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
//#include "utils.h"
|
|
||||||
#include "libaegisub/media_video_frame.h"
|
#include "libaegisub/media_video_frame.h"
|
||||||
|
|
||||||
|
#ifndef LAGI_PRE
|
||||||
|
#include <assert.h>
|
||||||
|
#include <string.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace agi {
|
namespace agi {
|
||||||
namespace media {
|
namespace media {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue