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:
authorDaniel Dunbar <daniel@zuster.org>2005-07-12 17:50:42 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-07-12 17:50:42 +0400
commitd7ab2a584e3c4ee92f8600bbab642ff449729421 (patch)
tree6ff1d31b54977cf0c6b57a0a600649d8d521629b /source/blender/radiosity
parentf16ddaba043747ee126ba73faa856ca5d6eeae68 (diff)
- added missing include
Diffstat (limited to 'source/blender/radiosity')
-rw-r--r--source/blender/radiosity/intern/source/radpreprocess.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/radiosity/intern/source/radpreprocess.c b/source/blender/radiosity/intern/source/radpreprocess.c
index ca10babd1bf..22e12104a32 100644
--- a/source/blender/radiosity/intern/source/radpreprocess.c
+++ b/source/blender/radiosity/intern/source/radpreprocess.c
@@ -42,6 +42,7 @@
*************************************** */
#include <stdlib.h>
+#include <string.h>
#include <stdio.h>
#include <math.h>