1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

Fix Linux build

This commit is contained in:
Steve Daulton 2018-03-08 03:46:55 +00:00
parent bf4c8eff63
commit 9298ac575d

View File

@ -16,6 +16,8 @@
#include <wx/string.h>
#include <wx/longlong.h>
#include <algorithm>
#ifndef IN_RC
class wxString;