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:
syntheticpp 2008-07-15 20:28:06 +00:00
parent f31e5b82f7
commit 7db6328cb2

View file

@ -42,7 +42,11 @@
#include <string>
#if !defined(_MSC_VER)
#include <stdint.h>
# if defined(__sparc__)
# include <inttypes.h>
# else
# include <stdint.h>
# endif
#endif
#if defined(_MSC_VER) || defined(__GNUC__)