diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-05-04 22:13:44 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-05-04 22:13:44 -0400 |
commit | e24cc0407fcec861792cf93891d6f1c5918e072e (patch) | |
tree | fa7394bf07b134168ad43da684306d14626f8b84 /cpp/src | |
parent | Small cosmetic fix (diff) | |
download | ice-e24cc0407fcec861792cf93891d6f1c5918e072e.tar.bz2 ice-e24cc0407fcec861792cf93891d6f1c5918e072e.tar.xz ice-e24cc0407fcec861792cf93891d6f1c5918e072e.zip |
Travis fi
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceUtil/Exception.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/src/IceUtil/Exception.cpp b/cpp/src/IceUtil/Exception.cpp index be4ca40c660..bbd52342c64 100644 --- a/cpp/src/IceUtil/Exception.cpp +++ b/cpp/src/IceUtil/Exception.cpp @@ -20,6 +20,13 @@ # endif #endif +// +// For UINTPTR_MAX on Ubuntu Precise +// +#ifndef __STDC_CONSTANT_MACROS +# define __STDC_CONSTANT_MACROS +#endif + #include <IceUtil/Exception.h> #include <IceUtil/MutexPtrLock.h> #include <IceUtil/Mutex.h> |