1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 22:43:01 +02:00

CommandManager.cpp compilable without AudacityHeaders.h

This commit is contained in:
Paul Licameli
2019-06-03 09:54:58 -04:00
parent ba6db6e438
commit f951fe0522

View File

@@ -87,6 +87,7 @@ CommandManager. It holds the callback for one command.
#include <wx/defs.h>
#include <wx/evtloop.h>
#include <wx/frame.h>
#include <wx/hash.h>
#include <wx/intl.h>
#include <wx/log.h>