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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-09-15 21:52:20 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-09-15 21:52:20 +0400
commit7bb09a8a1cc188302c0aefaeed77d0d0a168cfd8 (patch)
treeca20ccff2402ccf68ca39e1c8f68597536169d39 /source/blender/freestyle/intern/image
parentefcbb9e73876ea34a8e36180f6df0b6e6792211d (diff)
soc-2008-mxcurioni: added Aldrik Dunbar's patch for 64bit Linux builds
Diffstat (limited to 'source/blender/freestyle/intern/image')
-rwxr-xr-xsource/blender/freestyle/intern/image/GaussianFilter.h2
-rwxr-xr-xsource/blender/freestyle/intern/image/Image.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/image/GaussianFilter.h b/source/blender/freestyle/intern/image/GaussianFilter.h
index f31b500140f..be0e3e2bada 100755
--- a/source/blender/freestyle/intern/image/GaussianFilter.h
+++ b/source/blender/freestyle/intern/image/GaussianFilter.h
@@ -30,6 +30,8 @@
#ifndef GAUSSIANFILTER_H
# define GAUSSIANFILTER_H
+#include <string.h> // for memcpy
+#include <cstdlib> // for abs
#include "../system/FreestyleConfig.h"
class LIB_IMAGE_EXPORT GaussianFilter{
diff --git a/source/blender/freestyle/intern/image/Image.h b/source/blender/freestyle/intern/image/Image.h
index e1e47c0ec43..72affbc1023 100755
--- a/source/blender/freestyle/intern/image/Image.h
+++ b/source/blender/freestyle/intern/image/Image.h
@@ -30,7 +30,7 @@
#ifndef IMAGE_H
# define IMAGE_H
-# include <string> // for memcpy
+# include <string.h> // for memcpy
//
// Image base class, for all types of images