Use C-style system headers in C++ code to avoid issues with std:: namespace
This commit is contained in:
@@ -54,8 +54,6 @@
|
||||
#include "ir_optimization.h"
|
||||
#include "glsl_types.h"
|
||||
|
||||
using std::printf;
|
||||
|
||||
static bool debug = false;
|
||||
|
||||
class ir_tree_grafting_visitor : public ir_hierarchical_visitor {
|
||||
|
||||
Reference in New Issue
Block a user