summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-09-29 20:31:38 +0200
committerCarl Hetherington <cth@carlh.net>2024-09-29 23:36:28 +0200
commit250050fded706adc5ac66131548c7afad8d3ac31 (patch)
treee8bbc50e6b05c29186c89c24db4feb3422264481
parent83e0d0019717090fb91acc23a6d47f280cf56bf9 (diff)
Missing include.
-rw-r--r--src/lib/cross.h1
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