diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-04 11:44:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-04 11:44:36 +0100 |
| commit | e80df6ca95b57a45ec912b36425f282058cf3ce6 (patch) | |
| tree | 6382ff155fd6fc54b9d921818831cbc992ef3f70 | |
| parent | d5447f49de58b5ec8b97d09d10aa3a1ac8470ec8 (diff) | |
Missing include.
| -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 1b73e3e8..c36d174c 100644 --- a/src/dcp_time.h +++ b/src/dcp_time.h @@ -24,6 +24,8 @@ #ifndef LIBDCP_TIME_H #define LIBDCP_TIME_H +#include <stdint.h> + namespace libdcp { /** @class Time |
