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:
Diffstat (limited to 'source/blender/src/parametrizer.h')
-rw-r--r--source/blender/src/parametrizer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/parametrizer.h b/source/blender/src/parametrizer.h
index eea1eab9b21..c468b8d62c5 100644
--- a/source/blender/src/parametrizer.h
+++ b/source/blender/src/parametrizer.h
@@ -5,6 +5,8 @@
#ifdef __cplusplus
extern "C" {
#endif
+
+#include "BLO_sys_types.h" // for intptr_t support
typedef void ParamHandle; /* handle to a set of charts */
typedef intptr_t ParamKey; /* (hash) key for identifying verts and faces */