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
path: root/intern
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-07-23 19:36:27 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-07-23 19:36:27 +0400
commitf8f3244629380b59ee84d8e208b6071a43ccbe86 (patch)
treedd25d135446b9920b3fac7e66203b4104957392b /intern
parenta62e34057381e8b25b25827ded2e0fd59fc62727 (diff)
Attempt to fix compile for GCC 4.4.
Diffstat (limited to 'intern')
-rw-r--r--intern/smoke/intern/FLUID_3D.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/smoke/intern/FLUID_3D.h b/intern/smoke/intern/FLUID_3D.h
index ab121ef506e..6ca50b2c032 100644
--- a/intern/smoke/intern/FLUID_3D.h
+++ b/intern/smoke/intern/FLUID_3D.h
@@ -30,6 +30,7 @@
#include <cstdlib>
#include <cmath>
+#include <cstring>
#include <iostream>
#include "OBSTACLE.h"
// #include "WTURBULENCE.h"