From bc873d2dac4666a86e4844985199dfd90e67be5b Mon Sep 17 00:00:00 2001 From: Rob Hughes Date: Wed, 20 May 2020 13:11:37 +0100 Subject: Tidy up uses of Windows.h by adding WindowsWrapper.hpp This header brings in the Win32 API header, with some small modifications applied to prevent clashes with our code. This means those modifications don't need to be made in each place that we bring in Windows.h Change-Id: Ie817c7a167eccbe1ac6a49d3fc940eef8b2f534d Signed-off-by: Robert Hughes --- src/armnn/test/UnitTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armnn/test') diff --git a/src/armnn/test/UnitTests.cpp b/src/armnn/test/UnitTests.cpp index 071bff0ed8..d66a847512 100644 --- a/src/armnn/test/UnitTests.cpp +++ b/src/armnn/test/UnitTests.cpp @@ -24,7 +24,7 @@ BOOST_GLOBAL_FIXTURE(ConfigureLoggingFixture); #include #include #include -#include +#include using namespace boost::iostreams; using namespace std; -- cgit v1.2.1