From: Uwe Hermann Date: Thu, 16 Jul 2020 20:39:34 +0000 (+0200) Subject: pv/util.hpp: Workaround for a Boost::serialization / clang++-10 issue. X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=136b891e7b6b7b1e90095c3622d8cbd19a3ab3a4;p=pulseview.git pv/util.hpp: Workaround for a Boost::serialization / clang++-10 issue. --- 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