From 94346902b395a5f660f816b041fc4bde3ca1cfdc Mon Sep 17 00:00:00 2001 From: "james.k.crook@gmail.com" Date: Mon, 13 Jan 2014 22:31:33 +0000 Subject: [PATCH] Added include of Audacity.h (to get AUDACITY_DLL_API) to XML_Writer.cpp --- src/xml/XMLWriter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xml/XMLWriter.cpp b/src/xml/XMLWriter.cpp index d78527454..1059c5a32 100644 --- a/src/xml/XMLWriter.cpp +++ b/src/xml/XMLWriter.cpp @@ -24,6 +24,7 @@ the general functionality for creating XML in UTF8 encoding. *//*******************************************************************/ +#include "../Audacity.h" #include #include #include