From ed883bec36ab2d55f2d8b3f5a6923204e197eaf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 20 Aug 2014 21:48:17 -0700 Subject: [PATCH] Fixed SAL define and MinGW standard library argument collision. --- examples/18-ibl/ibl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/18-ibl/ibl.cpp b/examples/18-ibl/ibl.cpp index ce196709..66576d6c 100644 --- a/examples/18-ibl/ibl.cpp +++ b/examples/18-ibl/ibl.cpp @@ -3,6 +3,9 @@ * License: http://www.opensource.org/licenses/BSD-2-Clause */ +#include +#include + #include "common.h" #include "bgfx_utils.h" #include "imgui/imgui.h" @@ -11,9 +14,6 @@ #include #include -#include -#include - static bool s_flipV = false; static float s_texelHalf = 0.0f;