1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

Add missing header

This commit is contained in:
martynshaw99 2012-05-06 14:27:55 +00:00
parent 4dc68db335
commit 2fa98d3c16
2 changed files with 2 additions and 1 deletions

View File

@ -16,9 +16,9 @@ The summary is eventually computed and written to a file in a background thread.
*//*******************************************************************/ *//*******************************************************************/
#include <float.h>
#include "ODDecodeBlockFile.h" #include "ODDecodeBlockFile.h"
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h> #include <windows.h>
#endif #endif

View File

@ -16,6 +16,7 @@ The summary is eventually computed and written to a file in a background thread.
*//*******************************************************************/ *//*******************************************************************/
#include <float.h>
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h> #include <windows.h>
#endif #endif