From 136b891e7b6b7b1e90095c3622d8cbd19a3ab3a4 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 16 Jul 2020 22:39:34 +0200 Subject: [PATCH] pv/util.hpp: Workaround for a Boost::serialization / clang++-10 issue. --- pv/util.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pv/util.hpp b/pv/util.hpp index 49ae04b2..67236c0d 100644 --- a/pv/util.hpp +++ b/pv/util.hpp @@ -25,6 +25,9 @@ #include #ifndef Q_MOC_RUN +// Workaround for https://github.com/boostorg/serialization/issues/186 +#include + #include #endif