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_SMAAOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_SMAAOperation.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/compositor/operations/COM_SMAAOperation.h b/source/blender/compositor/operations/COM_SMAAOperation.h
index dc30bc798ba..63d9a3015f7 100644
--- a/source/blender/compositor/operations/COM_SMAAOperation.h
+++ b/source/blender/compositor/operations/COM_SMAAOperation.h
@@ -20,8 +20,11 @@
#ifndef _COM_SMAAOperation_h
#define _COM_SMAAOperation_h
+
#include "COM_NodeOperation.h"
+namespace blender::compositor {
+
/*-----------------------------------------------------------------------------*/
/* Edge Detection (First Pass) */
@@ -144,4 +147,6 @@ class SMAANeighborhoodBlendingOperation : public NodeOperation {
rcti *output) override;
};
+} // namespace blender::compositor
+
#endif