Fix compilation when no subtitle providers are enabled

Originally committed to SVN as r4838.
This commit is contained in:
Thomas Goyne 2010-11-10 03:35:07 +00:00
parent 598624772d
commit c0c82505c7
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@
#ifdef WITH_LIBASS
#include "subtitles_provider_libass.h"
#endif
#if !defined(WITH_CSRI) && !defined(WITH_LIBASS)
#include "include/aegisub/subtitles_provider.h"
#endif
/// @brief Get provider
/// @return