1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Fix build of mod-null

This commit is contained in:
Paul Licameli 2018-10-18 10:23:41 -04:00
parent efe59ef1f8
commit fcfc5d0f36

View File

@ -31,7 +31,7 @@ click from the menu into the actaul function to be called.
#include "ModuleManager.h"
#include "ShuttleGui.h"
#include "Project.h"
#include "CommandManager.h"
#include "commands/CommandManager.h"
#if defined(__WXMSW__)
#include <wx/init.h>