X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt.h;h=73e7fc334ca422722f67575a301878fcff77bbda;hb=65e8ac86ee6e17a12892954ff4a8d46c4766fe0d;hp=73e5a6ba7322a1274072792738d517c32cf18cfc;hpb=3e00d7e35326b6fecbd95f459266f91fc60e6f15;p=melted diff --git a/src/framework/mlt.h b/src/framework/mlt.h index 73e5a6b..73e7fc3 100644 --- a/src/framework/mlt.h +++ b/src/framework/mlt.h @@ -40,6 +40,11 @@ extern "C" #include "mlt_tractor.h" #include "mlt_tokeniser.h" #include "mlt_parser.h" +#include "mlt_geometry.h" + +#ifdef __DARWIN__ +#include +#endif #ifdef __cplusplus }