Fix compatibility with OCC version 7.4 and older

This commit is contained in:
jean-pierre charras 2022-11-13 08:18:10 +01:00
parent 066a609b39
commit 9c5fbdb040
1 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,12 @@
#include <wx/crt.h>
#define OCC_VERSION_MIN 0x070500
#if OCC_VERSION_HEX < OCC_VERSION_MIN
#include <Message_Messenger.hxx>
#endif
#define DEFAULT_BOARD_THICKNESS 1.6
void ReportMessage( const wxString& aMessage )