From 70a9ef7141998eb63a1ffe2c6288626f3cfed287 Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Mon, 2 Jun 2014 15:18:23 +0200 Subject: [PATCH] Fix #include in ignore_unused_test.cpp --- test/ignore_unused_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/ignore_unused_test.cpp b/test/ignore_unused_test.cpp index da7e043..4c81aaf 100644 --- a/test/ignore_unused_test.cpp +++ b/test/ignore_unused_test.cpp @@ -4,8 +4,7 @@ // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -//#include -#include +#include int main() {