From 00b4827dd59322bdd5b039af5645fc4142623a59 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Thu, 2 Sep 2010 04:19:14 +0000 Subject: [PATCH] Eliminate MSVC compiler warnings.Clean up some issues with Effect abstract classes, primarily that the progress dialog had Stop and Cancel buttons that produced exactly the same results, i.e., Cancel, so I removed the Stop button. --- src/Dependencies.cpp | 1 + src/export/ExportCL.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Dependencies.cpp b/src/Dependencies.cpp index 94e412f18..48a244800 100644 --- a/src/Dependencies.cpp +++ b/src/Dependencies.cpp @@ -21,6 +21,7 @@ **********************************************************************/ +#include #include #include #include diff --git a/src/export/ExportCL.cpp b/src/export/ExportCL.cpp index a01773bfe..faf30b60d 100644 --- a/src/export/ExportCL.cpp +++ b/src/export/ExportCL.cpp @@ -15,6 +15,7 @@ #include "../Audacity.h" +#include #include #include #include