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

Add the "other" missing include.

This commit is contained in:
Leland Lucius 2020-04-04 05:20:24 -05:00
parent be749f17eb
commit 49ab4cf2fb

View File

@ -23,10 +23,9 @@
#include "../export/Export.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "../wxFileNameWrapper.h"
#include "CommandContext.h"
#include <wx/filename.h>
const ComponentInterfaceSymbol ImportCommand::Symbol
{ XO("Import2") };