Reorder includes to avoid ::gets error under Clang 3.8, 3.9

This commit is contained in:
Peter Dimov
2018-07-19 19:48:20 +03:00
parent 3c59cea7ef
commit 13199e504c

View File

@ -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
{