mirror of
				https://github.com/boostorg/system.git
				synced 2025-11-04 01:31:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			393 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			393 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef BOOST_SYSTEM_HPP_INCLUDED
 | 
						|
#define BOOST_SYSTEM_HPP_INCLUDED
 | 
						|
 | 
						|
// Copyright 2021 Peter Dimov
 | 
						|
// Distributed under the Boost Software License, Version 1.0.
 | 
						|
// https://www.boost.org/LICENSE_1_0.txt)
 | 
						|
//
 | 
						|
// See library home page at http://www.boost.org/libs/system
 | 
						|
 | 
						|
#include <boost/system/error_code.hpp>
 | 
						|
#include <boost/system/system_error.hpp>
 | 
						|
 | 
						|
#endif // #ifndef BOOST_SYSTEM_HPP_INCLUDED
 |