Missing include.
[libdcp.git] / src / stereo_picture_mxf_writer.h
index a34af069b44ad508e4f3266968a751b95131979d..ebd9dbecae29f0946e9bd2488b2ac2e1ec7d8da5 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2013 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 
 */
 
+#include "picture_mxf_writer.h"
+#include "types.h"
+#include <boost/shared_ptr.hpp>
+#include <boost/utility.hpp>
 #include <stdint.h>
 #include <string>
 #include <fstream>
-#include <boost/shared_ptr.hpp>
-#include <boost/utility.hpp>
-#include "picture_mxf_writer.h"
 
 namespace dcp {
 
@@ -46,7 +47,7 @@ public:
 private:
        friend class StereoPictureMXF;
 
-       StereoPictureMXFWriter (PictureMXF *, boost::filesystem::path file, bool);
+       StereoPictureMXFWriter (PictureMXF *, boost::filesystem::path file, Standard, bool);
        void start (uint8_t *, int);
 
        /* do this with an opaque pointer so we don't have to include