Missing #include.
authorCarl Hetherington <cth@carlh.net>
Tue, 5 Apr 2022 09:37:20 +0000 (11:37 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 5 Apr 2022 09:37:20 +0000 (11:37 +0200)
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>