summaryrefslogtreecommitdiff
path: root/src/glsl/ir_explog_to_explog2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/ir_explog_to_explog2.cpp')
-rw-r--r--src/glsl/ir_explog_to_explog2.cpp2
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 4fe1daaee9..9bf8271081 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"