From 1712ab322f38c3eda38dffc730a21f0058954b1a Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Fri, 31 Jul 2015 17:46:47 -0700 Subject: [PATCH] Fixing includes in test code --- tests/render-utils/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/render-utils/src/main.cpp b/tests/render-utils/src/main.cpp index 97b66e5e18..940218e64e 100644 --- a/tests/render-utils/src/main.cpp +++ b/tests/render-utils/src/main.cpp @@ -8,10 +8,10 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -#include +#include #include - #include +#include #include #include