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>2014-02-02 14:33:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-02-02 14:33:52 +0400
commit41cc86a666d22501f25c58d81b1b94020b8c997f (patch)
treeac31f4659b9faf2a54ddeb7d6425436f9afe72c8 /source/blender/blenlib/intern/smallhash.c
parent42b68c2b1d56a6121dcf6b0aedadc9beae700616 (diff)
Add include needed for clang, quiet warning
Diffstat (limited to 'source/blender/blenlib/intern/smallhash.c')
-rw-r--r--source/blender/blenlib/intern/smallhash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/smallhash.c b/source/blender/blenlib/intern/smallhash.c
index 38ebdc53f53..87ac1c4a620 100644
--- a/source/blender/blenlib/intern/smallhash.c
+++ b/source/blender/blenlib/intern/smallhash.c
@@ -50,6 +50,7 @@
#include <string.h>
#include <stdlib.h>
+#include <stdint.h>
#include "MEM_guardedalloc.h"