summaryrefslogtreecommitdiff
path: root/src/glsl/ast_expr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/ast_expr.cpp')
-rw-r--r--src/glsl/ast_expr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/ast_expr.cpp b/src/glsl/ast_expr.cpp
index 4e83decb92..974beb9f61 100644
--- a/src/glsl/ast_expr.cpp
+++ b/src/glsl/ast_expr.cpp
@@ -24,6 +24,8 @@
#include <cassert>
#include "ast.h"
+using std::printf;
+
const char *
ast_expression::operator_string(enum ast_operators op)
{