From 1d2b51ddf1bb7c897ee087ed966e84357ea6799e Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 30 Aug 2021 20:29:23 +0200 Subject: [PATCH] Fix build with clang12 + libc++ --- src/imageformats/pic.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/imageformats/pic.cpp b/src/imageformats/pic.cpp index 6542660..f2adb34 100644 --- a/src/imageformats/pic.cpp +++ b/src/imageformats/pic.cpp @@ -24,6 +24,7 @@ #include #include #include +#include /** * Reads a PIC file header from a data stream.