Add missing header for *nix machines.

This commit is contained in:
Nathan Letwory
2011-03-28 11:04:38 +00:00
parent 76ad75b1bb
commit fee4cc34cc

View File

@@ -27,6 +27,7 @@
*/
#include <stddef.h>
#include <stdlib.h>
#include "BLI_string.h"
#include <iostream>