[Bf-blender-cvs] [f06a60c25dc] master: Compositor: Fix compilation error with debug enabled

Sergey Sharybin noreply at git.blender.org
Mon Oct 2 12:30:35 CEST 2017


Commit: f06a60c25dc88293f2fc960897ee88903eb07514
Author: Sergey Sharybin
Date:   Mon Oct 2 15:12:04 2017 +0500
Branches: master
https://developer.blender.org/rBf06a60c25dc88293f2fc960897ee88903eb07514

Compositor: Fix compilation error with debug enabled

===================================================================

M	source/blender/compositor/intern/COM_Debug.cpp

===================================================================

diff --git a/source/blender/compositor/intern/COM_Debug.cpp b/source/blender/compositor/intern/COM_Debug.cpp
index a7b464cde29..9a5b906631a 100644
--- a/source/blender/compositor/intern/COM_Debug.cpp
+++ b/source/blender/compositor/intern/COM_Debug.cpp
@@ -28,9 +28,11 @@
 #include <vector>
 
 extern "C" {
+#include "BLI_sys_types.h"
 #include "BLI_fileops.h"
 #include "BLI_path_util.h"
 #include "BLI_string.h"
+
 #include "DNA_node_types.h"
 #include "BKE_appdir.h"
 #include "BKE_node.h"



More information about the Bf-blender-cvs mailing list