Fix macOS build with newer wxWidgets

Fix macOS build with newer wxWidgets
This commit is contained in:
Andy Vandijck 2025-03-29 20:00:55 +01:00
parent f73e7c7aee
commit 663366a3a6
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
#ifndef VBAM_WX_WXVBAM_H_
#define VBAM_WX_WXVBAM_H_
#if defined(__APPLE__) && defined(__MACH__)
#define __WXMAC__ 1
#endif
#include <cstdio>
#include <ctime>
#include <list>