1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-03 22:19:07 +02:00

Add missing include

This commit is contained in:
martynshaw99 2011-06-12 16:46:21 +00:00
parent 20a2c8cc17
commit fe2449858d

View File

@ -18,6 +18,7 @@
#include <wx/dynarray.h>
#include <wx/dcclient.h>
#include <wx/dcmemory.h>
#include <wx/valtext.h>
#include "../Audacity.h"
#include "../Prefs.h"