don't include stdint.h directly, it's broken on non C99 compliant compilers (you know which one I'm talking about).

This commit is contained in:
Martin Poirier 2009-06-18 20:23:46 +00:00
parent dd250f7d85
commit 2269280910

@ -18,9 +18,10 @@
#include "StringValue.h"
#include "VoidValue.h"
#include <algorithm>
#include <stdint.h>
#include "BoolValue.h"
#include "BLO_sys_types.h" /* for intptr_t support */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif