From 9e76f583b99bb86097018458ab1a2d1501042124 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Sun, 7 Aug 2011 19:21:59 +0200 Subject: [PATCH] Fixed a warning in sfml-window (on Windows) --- src/SFML/Window/Win32/WglContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SFML/Window/Win32/WglContext.cpp b/src/SFML/Window/Win32/WglContext.cpp index 295ca2d19..3993db906 100644 --- a/src/SFML/Window/Win32/WglContext.cpp +++ b/src/SFML/Window/Win32/WglContext.cpp @@ -25,8 +25,8 @@ //////////////////////////////////////////////////////////// // Headers //////////////////////////////////////////////////////////// +#include // included first to avoid a warning about macro redefinition #include -#include #include #include #include