Cleanup: Add namespace to compositor.

This commit is contained in:
2021-03-23 17:12:27 +01:00
parent 9975af5ffa
commit 25c02ea703
445 changed files with 1813 additions and 15 deletions

View File

@@ -18,6 +18,8 @@
#include "COM_Debug.h"
namespace blender::compositor {
#ifdef COM_DEBUG
# include <map>
@@ -495,3 +497,5 @@ void DebugInfo::graphviz(const ExecutionSystem * /*system*/)
}
#endif
} // namespace blender::compositor