diff options
author | marha <marha@users.sourceforge.net> | 2011-02-04 16:28:55 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-02-04 16:28:55 +0000 |
commit | 5b7cc430132c47f9e4e84fd1830abc6aead39954 (patch) | |
tree | 4e2138ab7310c62b3f877b662d752d7c8c233f00 /mesalib/src/glsl/opt_tree_grafting.cpp | |
parent | 573e5c4f462c3f97697f16388025a8e13469487c (diff) | |
parent | 39522c7dc587b335b0e0e00fc68f98e6a7a5c7bd (diff) | |
download | vcxsrv-5b7cc430132c47f9e4e84fd1830abc6aead39954.tar.gz vcxsrv-5b7cc430132c47f9e4e84fd1830abc6aead39954.tar.bz2 vcxsrv-5b7cc430132c47f9e4e84fd1830abc6aead39954.zip |
svn merge ^/branches/released .
Diffstat (limited to 'mesalib/src/glsl/opt_tree_grafting.cpp')
-rw-r--r-- | mesalib/src/glsl/opt_tree_grafting.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mesalib/src/glsl/opt_tree_grafting.cpp b/mesalib/src/glsl/opt_tree_grafting.cpp index 1ef940f9c..a85ba8234 100644 --- a/mesalib/src/glsl/opt_tree_grafting.cpp +++ b/mesalib/src/glsl/opt_tree_grafting.cpp @@ -54,6 +54,8 @@ #include "ir_optimization.h" #include "glsl_types.h" +using std::printf; + static bool debug = false; class ir_tree_grafting_visitor : public ir_hierarchical_visitor { |