diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-08 22:29:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-08 22:29:16 +0100 |
| commit | 259113a96dc9dfbef0b26ff2e142ee673abcd53d (patch) | |
| tree | 8d96acab6c55a33d58d70d83bf45cbaad4d6ee78 /src/dcp_time.h | |
| parent | e5151fad94eb86a6aa1d408e2e5eb2706ff41884 (diff) | |
| parent | cccca6f650b4f5dc61a3c992c9c515b064e0704c (diff) | |
Merge branch 'master' of ssh://carlh.dyndns.org/home/carl/git/libdcp
Diffstat (limited to 'src/dcp_time.h')
| -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 |
