[Bf-blender-cvs] [73d0749] master: Compositor: Fix compilation error with COM_DEBUG enabled

Sergey Sharybin noreply at git.blender.org
Thu Mar 5 16:27:24 CET 2015


Commit: 73d0749a59b7a8cbfbafdf9b2567978bf4855ce1
Author: Sergey Sharybin
Date:   Thu Mar 5 20:12:28 2015 +0500
Branches: master
https://developer.blender.org/rB73d0749a59b7a8cbfbafdf9b2567978bf4855ce1

Compositor: Fix compilation error with COM_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 af693ea..ffaa4cc 100644
--- a/source/blender/compositor/intern/COM_Debug.cpp
+++ b/source/blender/compositor/intern/COM_Debug.cpp
@@ -32,6 +32,7 @@ extern "C" {
 #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