diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-07-09 23:28:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-07-10 20:50:32 +0200 |
| commit | a4eb3f8f7cfae5a9ba12ffdb22c29eed1fe03c4e (patch) | |
| tree | 3581c640b5d34c5d5ed2b4f2dbfd64eab70484f6 | |
| parent | 8e5f0bf1c2a3573b0546678c859f90b00bb0864d (diff) | |
Add an extra include for Arch.
| -rw-r--r-- | src/lib/dcpomatic_time.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/dcpomatic_time.h b/src/lib/dcpomatic_time.h index 63bb86549..6de576246 100644 --- a/src/lib/dcpomatic_time.h +++ b/src/lib/dcpomatic_time.h @@ -28,14 +28,15 @@ #define DCPOMATIC_TIME_H -#include "frame_rate_change.h" #include "dcpomatic_assert.h" +#include "frame_rate_change.h" #include <boost/optional.hpp> #include <stdint.h> #include <cmath> -#include <ostream> -#include <iomanip> #include <cstdio> +#include <iomanip> +#include <list> +#include <ostream> struct dcpomatic_time_ceil_test; |
