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