1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-12 14:47:43 +02:00

Add missing include to Theme.cpp

This commit is contained in:
James Crook 2016-11-21 16:51:32 +00:00
parent 900ffefd73
commit bf330f1870

View File

@ -72,6 +72,7 @@ and use it for toolbar and window layouts too.
#include "AllThemeResources.h" // can remove this later, only needed for 'XPMS_RETIRED'.
#include "FileNames.h"
#include "Prefs.h"
#include "AColor.h"
#include <wx/arrimpl.cpp>