mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-30 20:40:28 -04:00 
			
		
		
		
	
		
			
	
	
		
			19 lines
		
	
	
		
			650 B
		
	
	
	
		
			C++
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			650 B
		
	
	
	
		
			C++
		
	
	
	
	
	
|  | //  boost process_cpu_clocks.cpp  -----------------------------------------------------------//
 | ||
|  | 
 | ||
|  | //  Copyright 2009-2010 Vicente J. Botet Escriba
 | ||
|  | 
 | ||
|  | //  Distributed under the Boost Software License, Version 1.0.
 | ||
|  | //  See http://www.boost.org/LICENSE_1_0.txt
 | ||
|  | 
 | ||
|  | //  See http://www.boost.org/libs/chrono for documentation.
 | ||
|  | 
 | ||
|  | //--------------------------------------------------------------------------------------//
 | ||
|  | 
 | ||
|  | // define BOOST_CHRONO_SOURCE so that <boost/chrono/config.hpp> knows
 | ||
|  | // the library is being built (possibly exporting rather than importing code)
 | ||
|  | 
 | ||
|  | #define BOOST_CHRONO_SOURCE
 | ||
|  | 
 | ||
|  | #include <boost/chrono/detail/inlined/process_cpu_clocks.hpp>
 | ||
|  | 
 |