Add missing #include to fix macOS build.
authorCarl Hetherington <cth@carlh.net>
Mon, 7 Feb 2022 15:06:49 +0000 (16:06 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 7 Feb 2022 16:22:38 +0000 (17:22 +0100)
src/lib/memory_util.cc

index 95d8275b1afceaf7f2e370df89667529472e6e22..bac46bb1f133470b11a754e0cbc70bd78df9ca74 100644 (file)
@@ -25,6 +25,7 @@ extern "C" {
 #include <libavutil/avutil.h>
 }
 DCPOMATIC_ENABLE_WARNINGS
+#include <new>
 #include <stdexcept>