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/operations/COM_GlareSimpleStarOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_GlareSimpleStarOperation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_GlareSimpleStarOperation.h b/source/blender/compositor/operations/COM_GlareSimpleStarOperation.h
index a40dfac86ff..b6e2e499f64 100644
--- a/source/blender/compositor/operations/COM_GlareSimpleStarOperation.h
+++ b/source/blender/compositor/operations/COM_GlareSimpleStarOperation.h
@@ -18,9 +18,9 @@
#ifndef __COM_GLARESIMPLESTAROPERATION_H__
#define __COM_GLARESIMPLESTAROPERATION_H__
+#include "COM_GlareBaseOperation.h"
#include "COM_NodeOperation.h"
#include "DNA_node_types.h"
-#include "COM_GlareBaseOperation.h"
class GlareSimpleStarOperation : public GlareBaseOperation {
public: