[Bf-blender-cvs] [84ab551] object_nodes: Missing C header for the vfprintf function.

Lukas Tönne noreply at git.blender.org
Tue Nov 24 09:43:56 CET 2015


Commit: 84ab551f35108d35da5d3cd35ac3b486419c09bb
Author: Lukas Tönne
Date:   Wed Nov 4 11:22:33 2015 +0100
Branches: object_nodes
https://developer.blender.org/rB84ab551f35108d35da5d3cd35ac3b486419c09bb

Missing C header for the vfprintf function.

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

M	source/blender/blenvm/compile/bvm_nodegraph.cc

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

diff --git a/source/blender/blenvm/compile/bvm_nodegraph.cc b/source/blender/blenvm/compile/bvm_nodegraph.cc
index 5e02277..8054cdb 100644
--- a/source/blender/blenvm/compile/bvm_nodegraph.cc
+++ b/source/blender/blenvm/compile/bvm_nodegraph.cc
@@ -32,6 +32,7 @@
 #include <map>
 #include <vector>
 #include <cassert>
+#include <cstdio>
 
 #include "bvm_nodegraph.h"
 #include "bvm_opcode.h"




More information about the Bf-blender-cvs mailing list