mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 16:14:00 +01:00 
			
		
		
		
	Add missing header
This commit is contained in:
		@@ -16,9 +16,9 @@ The summary is eventually computed and written to a file in a background thread.
 | 
			
		||||
 | 
			
		||||
*//*******************************************************************/
 | 
			
		||||
 | 
			
		||||
#include <float.h>
 | 
			
		||||
#include "ODDecodeBlockFile.h"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#ifdef _WIN32
 | 
			
		||||
   #include <windows.h>
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
@@ -16,6 +16,7 @@ The summary is eventually computed and written to a file in a background thread.
 | 
			
		||||
 | 
			
		||||
*//*******************************************************************/
 | 
			
		||||
 | 
			
		||||
#include <float.h>
 | 
			
		||||
#ifdef _WIN32
 | 
			
		||||
   #include <windows.h>
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user