summaryrefslogtreecommitdiff
path: root/boost/exception/errinfo_errno.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/exception/errinfo_errno.hpp')
-rw-r--r--boost/exception/errinfo_errno.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/boost/exception/errinfo_errno.hpp b/boost/exception/errinfo_errno.hpp
index de44e17155..ebd8f25fbc 100644
--- a/boost/exception/errinfo_errno.hpp
+++ b/boost/exception/errinfo_errno.hpp
@@ -5,6 +5,11 @@
#ifndef UUID_F0EE17BE6C1211DE87FF459155D89593
#define UUID_F0EE17BE6C1211DE87FF459155D89593
+
+#include <boost/exception/info.hpp>
+#include <errno.h>
+#include <string.h>
+
#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
#pragma GCC system_header
#endif
@@ -13,10 +18,6 @@
#pragma warning(disable:4996)
#endif
-#include <boost/exception/info.hpp>
-#include <errno.h>
-#include <string.h>
-
namespace
boost
{