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