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

add missing include. from a patch by Campbell Barton

This commit is contained in:
RichardAsh1981@gmail.com 2013-09-21 19:23:37 +00:00
parent b9a60462f5
commit eee032648e

View File

@ -29,6 +29,7 @@
#include "ViewInfo.h" #include "ViewInfo.h"
#include "WaveTrack.h" #include "WaveTrack.h"
#include "widgets/Ruler.h" #include "widgets/Ruler.h"
#include "Printing.h"
// Globals, so that we remember settings from session to session // Globals, so that we remember settings from session to session
wxPrintData *gPrintData = NULL; wxPrintData *gPrintData = NULL;