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_structure_splitting.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_structure_splitting.cpp')
-rw-r--r-- | mesalib/src/glsl/opt_structure_splitting.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mesalib/src/glsl/opt_structure_splitting.cpp b/mesalib/src/glsl/opt_structure_splitting.cpp index 014407c0b..8686da06a 100644 --- a/mesalib/src/glsl/opt_structure_splitting.cpp +++ b/mesalib/src/glsl/opt_structure_splitting.cpp @@ -38,6 +38,9 @@ #include "ir_rvalue_visitor.h" #include "glsl_types.h" +using std::printf; +using std::strcmp; + static bool debug = false; // XXX using variable_entry2 here to avoid collision (MSVC multiply-defined |