patch undefined uintptr_t, thx to Regis Desgroppes
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@609 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
2dd3452a84
commit
aab36b5ebb
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
namespace Loki
|
namespace Loki
|
||||||
{
|
{
|
||||||
|
@ -1362,6 +1363,9 @@ namespace std
|
||||||
#endif // SMARTPTR_INC_
|
#endif // SMARTPTR_INC_
|
||||||
|
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.25 2006/03/17 20:22:14 syntheticpp
|
||||||
|
// patch undefined uintptr_t, thx to Regis Desgroppes
|
||||||
|
//
|
||||||
// Revision 1.24 2006/03/08 17:07:11 syntheticpp
|
// Revision 1.24 2006/03/08 17:07:11 syntheticpp
|
||||||
// replace tabs with 4 spaces in all files
|
// replace tabs with 4 spaces in all files
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue