diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-16 20:07:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-16 20:07:09 +0100 |
| commit | a106199fe8e83e136d0ecdce32f3a593f62571a9 (patch) | |
| tree | 4e6faa973b7989ad555a2ef5ef8a76474a0c5ad5 /src | |
| parent | 96c40e880ccba4bf9ec163ea5ff60cbe1e823f2d (diff) | |
Missing includes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dcp_time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dcp_time.h b/src/dcp_time.h index c36d174c..10e495f9 100644 --- a/src/dcp_time.h +++ b/src/dcp_time.h @@ -24,6 +24,8 @@ #ifndef LIBDCP_TIME_H #define LIBDCP_TIME_H +#include <string> +#include <iostream> #include <stdint.h> namespace libdcp { |
