diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-12 10:58:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-12 10:58:25 +0100 |
| commit | 5a83297c4d78a8bc130cea5a05ef3a73cd0e39d8 (patch) | |
| tree | 8b334fc9586c60299d9d976b039c8a15cb1806c1 /src/lib/dcpomatic_time.h | |
| parent | f9252d78bc35805ec40689f5b67c519b8fc6c11d (diff) | |
Missing include.
Diffstat (limited to 'src/lib/dcpomatic_time.h')
| -rw-r--r-- | src/lib/dcpomatic_time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcpomatic_time.h b/src/lib/dcpomatic_time.h index 7dbde46b7..c13f2bbfe 100644 --- a/src/lib/dcpomatic_time.h +++ b/src/lib/dcpomatic_time.h @@ -32,6 +32,7 @@ #include <cmath> #include <ostream> #include <iomanip> +#include <cstdio> class dcpomatic_round_up_test; |
