From 1af5d74faa83a8e3fe333e6a096516410e995469 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Wed, 30 Aug 2017 20:30:43 +0200 Subject: [PATCH] tests: Include main test function from boost/test/unit_test.hpp See https://bugzilla.redhat.com/show_bug.cgi?id=1446852 --- tests/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.cpp b/tests/main.cpp index 045b507e..07607815 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -1,5 +1,5 @@ #define BOOST_TEST_MODULE openrw -#include +#include #include "test_Globals.hpp" std::ostream& operator<<(std::ostream& stream, const glm::vec3& v) {