Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-02-19 19:15:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-19 19:15:34 +0400
commitc3b96f33af3d5325b9475b07ef8204e1aa4fcd43 (patch)
tree5e9c3a7a6901a4d97823508450e7156e3aef6820
parent9f0dffb202c2db3476199ce27865541cf218931e (diff)
internal: add include so blender builds against libpng1.6
-rw-r--r--intern/smoke/intern/WAVELET_NOISE.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/smoke/intern/WAVELET_NOISE.h b/intern/smoke/intern/WAVELET_NOISE.h
index fce901b68aa..1b2fbfab58c 100644
--- a/intern/smoke/intern/WAVELET_NOISE.h
+++ b/intern/smoke/intern/WAVELET_NOISE.h
@@ -45,6 +45,8 @@
#include <MERSENNETWISTER.h>
+#include <string.h>
+
#ifdef WIN32
#include <float.h>
#define isnan _isnan