Fix another typedef conflict

This commit is contained in:
Marek Roszko 2021-04-26 22:20:02 -04:00 committed by Seth Hillbrand
parent 3c361aae59
commit 6b18803221
1 changed files with 2 additions and 1 deletions

View File

@ -26,8 +26,9 @@
* @file wx_python_helpers.cpp
* @brief Python wrapping helpers for wx structures/objects
*/
#include <Python.h> // must be first to avoid wx/python typedef conflicts on msvc
#include <macros.h>
#include <Python.h>
#include <wx/intl.h>
#include <wx/string.h>
#include <wx/arrstr.h>