include portable cstdint (boost/cstdint.hpp) instead of stdint.h directly (Andrew Godbout)

[SVN r20193]
This commit is contained in:
Toon Knapen
2003-09-26 12:35:59 +00:00
parent 2e7affb55f
commit 990526ae7b

View File

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