From 6b188032218fc3a3b0ecd2629e45caef73bb5484 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Mon, 26 Apr 2021 22:20:02 -0400 Subject: [PATCH] Fix another typedef conflict --- common/swig/wx_python_helpers.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/swig/wx_python_helpers.cpp b/common/swig/wx_python_helpers.cpp index faf9da908e..47f2905623 100644 --- a/common/swig/wx_python_helpers.cpp +++ b/common/swig/wx_python_helpers.cpp @@ -26,8 +26,9 @@ * @file wx_python_helpers.cpp * @brief Python wrapping helpers for wx structures/objects */ + +#include // must be first to avoid wx/python typedef conflicts on msvc #include -#include #include #include #include