From a8944db4a6383a8724b2438ac291b365bc4b9ce1 Mon Sep 17 00:00:00 2001 From: "james.k.crook@gmail.com" Date: Sun, 7 Apr 2013 16:48:09 +0000 Subject: [PATCH] Fix compilation (windows release build) header inclusion/order. --- src/blockfile/SimpleBlockFile.cpp | 1 + src/export/ExportCL.cpp | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/blockfile/SimpleBlockFile.cpp b/src/blockfile/SimpleBlockFile.cpp index 2051b13da..a7d6fa36a 100644 --- a/src/blockfile/SimpleBlockFile.cpp +++ b/src/blockfile/SimpleBlockFile.cpp @@ -57,6 +57,7 @@ to get its definition, rather than rolling our own. *//*******************************************************************/ +#include #include #include #include diff --git a/src/export/ExportCL.cpp b/src/export/ExportCL.cpp index 706e68846..df9fdf035 100644 --- a/src/export/ExportCL.cpp +++ b/src/export/ExportCL.cpp @@ -12,6 +12,7 @@ **********************************************************************/ #include "../Audacity.h" +#include "../Project.h" #include #include @@ -19,11 +20,9 @@ #include #include #include - #include "Export.h" #include "ExportCL.h" -#include "../Project.h" #include "../Mix.h" #include "../Prefs.h" #include "../Internat.h" @@ -31,8 +30,6 @@ #include "../widgets/FileHistory.h" - - //---------------------------------------------------------------------------- // ExportCLOptions //----------------------------------------------------------------------------