From 9d4aa9c2683539b9b753493f6e2631df87812f24 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 7 Jun 2009 12:44:25 +0000 Subject: [PATCH] bracket inclusion by wx/beforestd.h and wx/afterstd.h to avoid warnings in standard headers with MSVC git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/screenshotgen/src/autocapture.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/screenshotgen/src/autocapture.h b/utils/screenshotgen/src/autocapture.h index 06871723d2..2f348803c1 100644 --- a/utils/screenshotgen/src/autocapture.h +++ b/utils/screenshotgen/src/autocapture.h @@ -9,7 +9,9 @@ #ifndef _AUTOCAPTURE_H_ #define _AUTOCAPTURE_H_ +#include "wx/beforestd.h" #include +#include "wx/afterstd.h" #include "wx/gdicmn.h" -- 2.47.2