mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 04:27:14 +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
|
#ifndef BOOST_SYSTEM_SYSTEM_ERROR_HPP
|
||||||
#define BOOST_SYSTEM_SYSTEM_ERROR_HPP
|
#define BOOST_SYSTEM_SYSTEM_ERROR_HPP
|
||||||
|
|
||||||
|
#include <boost/system/error_code.hpp>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <boost/system/error_code.hpp>
|
|
||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user