From cdefe039ee8aa295f9c5e23af246588f3b389a3a Mon Sep 17 00:00:00 2001 From: Nick Thompson Date: Fri, 26 Oct 2018 17:51:31 -0600 Subject: [PATCH] I'm flailing with this one. --- test/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index d2200f6..bfde31e 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -3,6 +3,8 @@ #~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) import testing ; +import modules ; +import path ; project : requirements all gcc:-Wextra ;