From df1e15d32f1dac32938f3913e07cb6c1e0e1185b Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Wed, 6 Jul 2022 14:23:34 +0200 Subject: [PATCH] [test][disjoint] Add missing include --- test/algorithms/disjoint/test_disjoint_seg_box.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/algorithms/disjoint/test_disjoint_seg_box.hpp b/test/algorithms/disjoint/test_disjoint_seg_box.hpp index dbed11321..4d5d02310 100644 --- a/test/algorithms/disjoint/test_disjoint_seg_box.hpp +++ b/test/algorithms/disjoint/test_disjoint_seg_box.hpp @@ -1,5 +1,7 @@ // Boost.Geometry +// Copyright (c) 2022 Adam Wulkiewicz, Lodz, Poland. + // Copyright (c) 2016-2017 Oracle and/or its affiliates. // Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle @@ -13,6 +15,7 @@ #include #include +#include template inline void test_disjoint_check(bool result, bool expected_result,