1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-06 03:32:09 +01:00

Fix compilation (windows release build) header inclusion/order.

This commit is contained in:
james.k.crook@gmail.com
2013-04-07 16:48:09 +00:00
parent eba7761879
commit a8944db4a6
2 changed files with 2 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ to get its definition, rather than rolling our own.
*//*******************************************************************/
#include <wx/wx.h>
#include <wx/filefn.h>
#include <wx/ffile.h>
#include <wx/utils.h>