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>2008-06-24 18:51:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-06-24 18:51:02 +0400
commitfdb0b003f0555cd865bc665eaf99137501aa2be2 (patch)
treed8b09eb4caf9485c5db8572c3324b5f76612977b /source/blender/yafray
parenta06f4f3817647793073da79a7f80d8ff784288e8 (diff)
patch from skejoe for gcc 4.3 compatibility
Diffstat (limited to 'source/blender/yafray')
-rw-r--r--source/blender/yafray/intern/export_File.cpp1
-rw-r--r--source/blender/yafray/intern/export_Plugin.cpp1
-rw-r--r--source/blender/yafray/intern/yafray_Render.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/yafray/intern/export_File.cpp b/source/blender/yafray/intern/export_File.cpp
index 48e4f267177..40992513c8e 100644
--- a/source/blender/yafray/intern/export_File.cpp
+++ b/source/blender/yafray/intern/export_File.cpp
@@ -1,6 +1,7 @@
#include "export_File.h"
#include <math.h>
+#include <cstring>
using namespace std;
diff --git a/source/blender/yafray/intern/export_Plugin.cpp b/source/blender/yafray/intern/export_Plugin.cpp
index cccd6b1ab8d..16ae2d97f62 100644
--- a/source/blender/yafray/intern/export_Plugin.cpp
+++ b/source/blender/yafray/intern/export_Plugin.cpp
@@ -1,6 +1,7 @@
#include "export_Plugin.h"
#include <math.h>
+#include <cstring>
using namespace std;
diff --git a/source/blender/yafray/intern/yafray_Render.cpp b/source/blender/yafray/intern/yafray_Render.cpp
index fa7c61072f4..90229575235 100644
--- a/source/blender/yafray/intern/yafray_Render.cpp
+++ b/source/blender/yafray/intern/yafray_Render.cpp
@@ -7,6 +7,7 @@
#include "yafray_Render.h"
#include <math.h>
+#include <cstring>
using namespace std;