1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 22:28:57 +02:00

Added include of Audacity.h (to get AUDACITY_DLL_API) to XML_Writer.cpp

This commit is contained in:
james.k.crook@gmail.com 2014-01-13 22:31:33 +00:00
parent 6fc830c0b6
commit 94346902b3

View File

@ -24,6 +24,7 @@ the general functionality for creating XML in UTF8 encoding.
*//*******************************************************************/
#include "../Audacity.h"
#include <wx/defs.h>
#include <wx/ffile.h>
#include <wx/intl.h>