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:
authorCampbell Barton <ideasman42@gmail.com>2009-08-10 18:15:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-10 18:15:05 +0400
commitcb9e51bf8a2b490c7e18dc88e8206b7a3ebd0038 (patch)
tree0cab3093f20c3f880843d298017464e861013154 /intern
parentf1c69e9d84a4635f868b15150923b3522836c20a (diff)
missing include for fluid
Diffstat (limited to 'intern')
-rw-r--r--intern/smoke/intern/FLUID_3D_SOLVERS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/smoke/intern/FLUID_3D_SOLVERS.cpp b/intern/smoke/intern/FLUID_3D_SOLVERS.cpp
index 1b7d256cd70..9d546009a8c 100644
--- a/intern/smoke/intern/FLUID_3D_SOLVERS.cpp
+++ b/intern/smoke/intern/FLUID_3D_SOLVERS.cpp
@@ -21,7 +21,7 @@
//////////////////////////////////////////////////////////////////////
#include "FLUID_3D.h"
-
+#include <cstring>
#define SOLVER_ACCURACY 1e-06
void FLUID_3D::solvePressurePre(float* field, float* b, unsigned char* skip)