Module: Mesa Branch: master Commit: e961824ba82355c36971da92ae32e3ae4978720d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e961824ba82355c36971da92ae32e3ae4978720d
Author: Marek Olšák <[email protected]> Date: Thu Apr 12 20:03:12 2018 -0400 Fix make check --- src/compiler/glsl/test_optpass.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/glsl/test_optpass.cpp b/src/compiler/glsl/test_optpass.cpp index 5fd1b2b675..1fd9db102c 100644 --- a/src/compiler/glsl/test_optpass.cpp +++ b/src/compiler/glsl/test_optpass.cpp @@ -42,6 +42,7 @@ #include "program.h" #include "ir_reader.h" #include "standalone_scaffolding.h" +#include "main/mtypes.h" using namespace std; _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
