1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-23 06:31:17 +01:00

Make header dependencies for wxUSE_ACCESSIBILITY explicit

This commit is contained in:
Paul Licameli
2019-03-18 11:47:04 -04:00
parent 12952019b2
commit b47e2f91e2
12 changed files with 14 additions and 6 deletions

View File

@@ -15,6 +15,8 @@
#include <wx/window.h>
#include <wx/panel.h>
#include <wx/defs.h> // for wxUSE_ACCESSIBILITY
#if wxUSE_ACCESSIBILITY
#include <wx/access.h>
#include "widgets/WindowAccessible.h"