diff options
Diffstat (limited to 'src/glsl/ast_expr.cpp')
-rw-r--r-- | src/glsl/ast_expr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/ast_expr.cpp b/src/glsl/ast_expr.cpp index 4e83decb924..974beb9f614 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) { |