summaryrefslogtreecommitdiff
path: root/src/glsl/ir_function_inlining.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/ir_function_inlining.cpp')
-rw-r--r--src/glsl/ir_function_inlining.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/ir_function_inlining.cpp b/src/glsl/ir_function_inlining.cpp
index 874602c84f..56d29e3fd1 100644
--- a/src/glsl/ir_function_inlining.cpp
+++ b/src/glsl/ir_function_inlining.cpp
@@ -27,7 +27,7 @@
* Replaces calls to functions with the body of the function.
*/
-#include <inttypes.h>
+#include <stdint.h>
#include "ir.h"
#include "ir_visitor.h"
#include "ir_function_inlining.h"