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

Added missing #include "Diags.h"

This commit is contained in:
James Crook 2015-04-17 22:53:58 +01:00
parent 13f8333873
commit 6a84f657c3

View File

@ -98,6 +98,7 @@ scroll information. It also has some status flags.
#include "AColor.h"
#include "AudioIO.h"
#include "Dependencies.h"
#include "Diags.h"
#include "HistoryWindow.h"
#include "Lyrics.h"
#include "LyricsWindow.h"