This is patch: [#8216] Make blender compile with gcc 4.3

minus one small include file that was commented out, I'm not
sure why it was commented out but I'm pretty sure its needed.
If there are still problems later we can sort it out, everything
else is pretty simple.

Kent
This commit is contained in:
2008-02-04 21:52:03 +00:00
parent f11ea1eb8e
commit fd7c729bd1
6 changed files with 15 additions and 0 deletions

View File

@@ -47,6 +47,10 @@
#include <vector>
#include <limits.h>
#include <cstring>
#include <cstdlib>
using namespace std;