From c68351706b1362cd5f7ee04d0218e3232e607087 Mon Sep 17 00:00:00 2001 From: "james.k.crook@gmail.com" Date: Mon, 13 Oct 2014 18:33:55 +0000 Subject: [PATCH] Add include to fix problem in release build with overload void return in thread.h. (From Andrew Hallendorff, e.mail on audacity-devel, 13-Oct-2014) --- src/xml/XMLTagHandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xml/XMLTagHandler.cpp b/src/xml/XMLTagHandler.cpp index 0d20b6869..3f9f94c27 100644 --- a/src/xml/XMLTagHandler.cpp +++ b/src/xml/XMLTagHandler.cpp @@ -28,6 +28,7 @@ #ifdef _WIN32 #include + #include #endif #include