forked from boostorg/config
include portable cstdint (boost/cstdint.hpp) instead of stdint.h directly (Andrew Godbout)
[SVN r20193]
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
// presence; thus the default is not present, conforming
|
||||
// to the current C++ standard).
|
||||
|
||||
#include <stdint.h>
|
||||
#include <boost/cstdint.h>
|
||||
|
||||
namespace boost_has_stdint_h{
|
||||
|
||||
|
Reference in New Issue
Block a user