stdint.h for int64_t

This commit is contained in:
Glenn Maynard
2004-01-19 22:19:09 +00:00
parent 28badd0a54
commit 3e2a32dac3
+4
View File
@@ -39,6 +39,10 @@
/* And vector: */
#include <vector>
#if !defined(MISSING_STDINT_H) /* need to define int64_t if so */
#include <stdint.h>
#endif
#if defined(NEED_MINMAX_TEMPLATES)
/* Some old <algorithm>s don't actually define min and max. */
template<class T>