From 22593f490ddd48145f991d43759d2e908851f00e Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 10 Sep 2020 20:43:37 +0200 Subject: tests: Fix build issue with Boost 1.67 Boost 1.67 will fail to build some tests that include mock_transport.hpp if an additional include is missing. --- host/tests/common/mock_transport.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/tests/common/mock_transport.hpp') diff --git a/host/tests/common/mock_transport.hpp b/host/tests/common/mock_transport.hpp index 33d5510a9..1f3609843 100644 --- a/host/tests/common/mock_transport.hpp +++ b/host/tests/common/mock_transport.hpp @@ -9,6 +9,9 @@ #include #include +// Must come before the following include to fix an issue with Boost 1.67 +#include +/// #include #include -- cgit v1.2.3