mirror of
https://github.com/boostorg/system.git
synced 2025-07-29 20:17:13 +02:00
Reorder includes to avoid ::gets error under Clang 3.8, 3.9
This commit is contained in:
@ -8,10 +8,10 @@
|
||||
#ifndef BOOST_SYSTEM_SYSTEM_ERROR_HPP
|
||||
#define BOOST_SYSTEM_SYSTEM_ERROR_HPP
|
||||
|
||||
#include <boost/system/error_code.hpp>
|
||||
#include <string>
|
||||
#include <stdexcept>
|
||||
#include <cassert>
|
||||
#include <boost/system/error_code.hpp>
|
||||
|
||||
namespace boost
|
||||
{
|
||||
|
Reference in New Issue
Block a user