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>2011-09-27 05:32:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-27 05:32:27 +0400
commitf4dec97cef4b320c6f3ffd2ddc39d429da4fd4d5 (patch)
treebe9dd82d3f3ffc9426f93c29d58d7db181ddc5a8 /source/blender/editors/space_node/node_intern.h
parent217030120463276043fa977656d3cd5bc13cd411 (diff)
fix for building on windows, clear some warnings too
Diffstat (limited to 'source/blender/editors/space_node/node_intern.h')
-rw-r--r--source/blender/editors/space_node/node_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_node/node_intern.h b/source/blender/editors/space_node/node_intern.h
index 3751d8efae8..8bc0ae51415 100644
--- a/source/blender/editors/space_node/node_intern.h
+++ b/source/blender/editors/space_node/node_intern.h
@@ -33,6 +33,7 @@
#ifndef ED_NODE_INTERN_H
#define ED_NODE_INTERN_H
+#include <stddef.h> /* for size_t */
#include "UI_interface.h"
/* internal exports only */