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/compositor/COM_compositor.h')
-rw-r--r--source/blender/compositor/COM_compositor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/compositor/COM_compositor.h b/source/blender/compositor/COM_compositor.h
index 204c3237e65..1936909b004 100644
--- a/source/blender/compositor/COM_compositor.h
+++ b/source/blender/compositor/COM_compositor.h
@@ -20,6 +20,9 @@
* Monique Dewanchand
*/
+#ifndef __COM_COMPOSITOR_H__
+#define __COM_COMPOSITOR_H__
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -343,3 +346,5 @@ int COM_isHighlightedbNode(bNode *bnode);
#ifdef __cplusplus
}
#endif
+
+#endif /* __COM_COMPOSITOR_H__ */