summaryrefslogtreecommitdiffstats
path: root/libass/ass_cache.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-05 08:24:09 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-05 08:24:09 +0000
commitd5f21cd6cb91c8d30d993c9457a2919ee3d1ee84 (patch)
tree7fe6b0f846308e0e71024a9e733ad26f0a9d0c2e /libass/ass_cache.h
parent9e1391b5344ec30267260bab51dcf9a41af1d2e1 (diff)
downloadmpv-d5f21cd6cb91c8d30d993c9457a2919ee3d1ee84.tar.bz2
mpv-d5f21cd6cb91c8d30d993c9457a2919ee3d1ee84.tar.xz
Add missing header #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26170 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libass/ass_cache.h')
-rw-r--r--libass/ass_cache.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libass/ass_cache.h b/libass/ass_cache.h
index e0a220bb74..289753ef67 100644
--- a/libass/ass_cache.h
+++ b/libass/ass_cache.h
@@ -21,6 +21,10 @@
#ifndef LIBASS_CACHE_H
#define LIBASS_CACHE_H
+#include "ass.h"
+#include "ass_font.h"
+#include "ass_bitmap.h"
+
void ass_font_cache_init(void);
ass_font_t* ass_font_cache_find(ass_font_desc_t* desc);
void* ass_font_cache_add(ass_font_t* font);