diff options
Diffstat (limited to 'src/glsl/ir_explog_to_explog2.cpp')
-rw-r--r-- | src/glsl/ir_explog_to_explog2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/ir_explog_to_explog2.cpp b/src/glsl/ir_explog_to_explog2.cpp index 4fe1daaee91..9bf82710812 100644 --- a/src/glsl/ir_explog_to_explog2.cpp +++ b/src/glsl/ir_explog_to_explog2.cpp @@ -29,7 +29,7 @@ * and log2 operations. */ -#include <math.h> +#include "main/imports.h" #include "ir.h" #include "glsl_types.h" |