1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 00:29:41 +02:00

Add #include in CommandManager.cpp

This commit is contained in:
Paul Licameli 2019-04-04 12:34:40 -04:00
parent 0c39c1292e
commit 911d468700

View File

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