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

Edgar's fix: Missing include file when compiled for wx3.x

This commit is contained in:
james.k.crook@gmail.com 2014-11-11 16:08:17 +00:00
parent 740bc0d983
commit e76c17d384

View File

@ -55,6 +55,7 @@
#include <wx/radiobut.h>
#include <wx/slider.h>
#include <wx/valtext.h>
#include <wx/textctrl.h>
typedef std::vector<float> FloatVector;