Use exceptions to hold errors even in the keep_going case.
[libdcp.git] / src / reel_picture_asset.cc
index 673eb133fda7bd0c77944507be70cc54830a69a2..1a3d47b99e40240c2d79947e3ad703679c1c011e 100644 (file)
 
 */
 
+/** @file  src/reel_picture_asset.h
+ *  @brief ReelPictureAsset class.
+ */
+
 #include "content.h"
 #include "reel_picture_asset.h"
 #include "picture_mxf.h"
 #include "compose.hpp"
 #include <libcxml/cxml.h>
+#include <iomanip>
 
 using std::bad_cast;
 using std::string;