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_WriteBufferOperation.cpp')
-rw-r--r--source/blender/compositor/operations/COM_WriteBufferOperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_WriteBufferOperation.cpp b/source/blender/compositor/operations/COM_WriteBufferOperation.cpp
index 6c5e45472a8..8cc53f8c6a9 100644
--- a/source/blender/compositor/operations/COM_WriteBufferOperation.cpp
+++ b/source/blender/compositor/operations/COM_WriteBufferOperation.cpp
@@ -17,9 +17,9 @@
*/
#include "COM_WriteBufferOperation.h"
+#include "COM_OpenCLDevice.h"
#include "COM_defines.h"
#include <stdio.h>
-#include "COM_OpenCLDevice.h"
WriteBufferOperation::WriteBufferOperation(DataType datatype) : NodeOperation()
{