Try to fix build on windows.
[libdcp.git] / src / subtitle_asset.h
index 2da1ce7b8f9b7ae6f0c3090428a4b6351bdd027d..a76a307697d40997adb63e01927c0e6f268ed564 100644 (file)
 
 */
 
+#include <libcxml/cxml.h>
 #include "asset.h"
-#include "xml.h"
 #include "dcp_time.h"
-#include "parse/subtitle.h"
 
 namespace libdcp
 {
 
+namespace parse
+{
+       class Font;
+       class Text;
+       class Subtitle;
+       class LoadFont;
+}
+
 class Subtitle
 {
 public: