patch from skejoe for gcc 4.3 compatibility

This commit is contained in:
Campbell Barton
2008-06-24 14:51:02 +00:00
parent a06f4f3817
commit fdb0b003f0
6 changed files with 9 additions and 2 deletions

View File

@@ -42,6 +42,8 @@
#define assertd(exp) ((void)NULL)
#endif
#include <cstdlib>
#include <cstring>
#include <vector>
#include <limits.h>
using namespace std;