Missing includes.
authorCarl Hetherington <cth@carlh.net>
Wed, 16 Oct 2013 19:07:09 +0000 (20:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 16 Oct 2013 19:07:09 +0000 (20:07 +0100)
src/dcp_time.h

index c36d174caa1ef62d92eb04d20b5dd455b6ebbf2c..10e495f96042186887f6bb22f6761370bd8f7e9c 100644 (file)
@@ -24,6 +24,8 @@
 #ifndef LIBDCP_TIME_H
 #define LIBDCP_TIME_H
 
+#include <string>
+#include <iostream>
 #include <stdint.h>
 
 namespace libdcp {