1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 08:09:41 +02:00

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)
This commit is contained in:
james.k.crook@gmail.com 2014-10-13 18:33:55 +00:00
parent 0e659f4cf0
commit c68351706b

View File

@ -28,6 +28,7 @@
#ifdef _WIN32
#include <windows.h>
#include <wx/msw/winundef.h>
#endif
#include <wx/defs.h>