diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-29 20:31:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-29 23:36:28 +0200 |
| commit | 250050fded706adc5ac66131548c7afad8d3ac31 (patch) | |
| tree | e8bbc50e6b05c29186c89c24db4feb3422264481 | |
| parent | 83e0d0019717090fb91acc23a6d47f280cf56bf9 (diff) | |
Missing include.
| -rw-r--r-- | src/lib/cross.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h index 6904811b7..884f3c79c 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -25,6 +25,7 @@ #ifndef DCPOMATIC_CROSS_H #define DCPOMATIC_CROSS_H +#include <list> #ifdef DCPOMATIC_OSX #include <IOKit/pwr_mgt/IOPMLib.h> #endif |
