#include config before anything else

This commit is contained in:
Emil Dotchevski
2017-02-20 18:23:36 -08:00
parent 59666dcdb0
commit 0eee187876
17 changed files with 92 additions and 71 deletions

View File

@ -5,6 +5,11 @@
#ifndef UUID_CE6983AC753411DDA764247956D89593
#define UUID_CE6983AC753411DDA764247956D89593
#include <boost/config.hpp>
#include <utility>
#include <string>
#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
#pragma GCC system_header
#endif
@ -12,10 +17,6 @@
#pragma warning(push,1)
#endif
#include <boost/config.hpp>
#include <utility>
#include <string>
namespace
boost
{