mirror of
https://github.com/boostorg/exception.git
synced 2025-07-29 12:07:20 +02:00
Ticket #12059
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
#ifndef UUID_DDFBB4546C1211DEA4659E9055D89593
|
||||
#define UUID_DDFBB4546C1211DEA4659E9055D89593
|
||||
|
||||
#include "boost/exception/error_info.hpp"
|
||||
#include <boost/exception/error_info.hpp>
|
||||
|
||||
namespace
|
||||
boost
|
||||
|
@ -13,7 +13,7 @@
|
||||
#pragma warning(disable:4996)
|
||||
#endif
|
||||
|
||||
#include "boost/exception/info.hpp"
|
||||
#include <boost/exception/info.hpp>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
|
Reference in New Issue
Block a user