1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

Add missing include

This commit is contained in:
Leland Lucius 2021-01-31 23:43:44 -06:00
parent b9eb3c3b0e
commit 005ceb31fc

View File

@ -11,6 +11,8 @@
#ifndef __AUDACITY_WIDGETS_FILECONFIG__
#define __AUDACITY_WIDGETS_FILECONFIG__
#include <memory>
#include <wx/defs.h>
#include <wx/fileconf.h>