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/system
parentefcbb9e73876ea34a8e36180f6df0b6e6792211d (diff)
soc-2008-mxcurioni: added Aldrik Dunbar's patch for 64bit Linux builds
Diffstat (limited to 'source/blender/freestyle/intern/system')
-rwxr-xr-xsource/blender/freestyle/intern/system/StringUtils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/system/StringUtils.h b/source/blender/freestyle/intern/system/StringUtils.h
index 7b43886fa27..d44d3f62732 100755
--- a/source/blender/freestyle/intern/system/StringUtils.h
+++ b/source/blender/freestyle/intern/system/StringUtils.h
@@ -28,6 +28,7 @@
#ifndef STRING_UTILS_H
# define STRING_UTILS_H
+# include <cstring>
# include <vector>
# include <string>
# include <sstream>