llvmpipe: #include <windows.h> in lp_rast.c

It's accessed GetExitCodeThread

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18425>
This commit is contained in:
Yonggang Luo 2022-09-03 18:22:53 +08:00 committed by Marge Bot
parent 797130b449
commit c2a486120b

View file

@ -50,6 +50,9 @@
#include "lp_screen.h"
#include "lp_tex_sample.h"
#ifdef _WIN32
#include <windows.h>
#endif
#ifdef DEBUG
int jit_line = 0;