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 9bf8271081..78694a2029 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 "main/imports.h"
+#include "main/core.h" /* for log2f on MSVC */
#include "ir.h"
#include "glsl_types.h"