add solaris patch 1839286
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@869 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
f31e5b82f7
commit
7db6328cb2
1 changed files with 5 additions and 1 deletions
|
@ -42,8 +42,12 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#if !defined(_MSC_VER)
|
#if !defined(_MSC_VER)
|
||||||
|
# if defined(__sparc__)
|
||||||
|
# include <inttypes.h>
|
||||||
|
# else
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_VER) || defined(__GNUC__)
|
#if defined(_MSC_VER) || defined(__GNUC__)
|
||||||
// GCC>=4.1 must use -ffriend-injection due to a bug in GCC
|
// GCC>=4.1 must use -ffriend-injection due to a bug in GCC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue