From b1a59ba2e90e9effe1e70da418ba2e639543b1b3 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 23 Jan 2023 00:30:40 -0700 Subject: [PATCH] nv2a: Add missing vga headers --- hw/xbox/nv2a/nv2a_int.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/xbox/nv2a/nv2a_int.h b/hw/xbox/nv2a/nv2a_int.h index 65233ff265..31ab6d89ca 100644 --- a/hw/xbox/nv2a/nv2a_int.h +++ b/hw/xbox/nv2a/nv2a_int.h @@ -33,6 +33,8 @@ #include "qemu/error-report.h" #include "migration/vmstate.h" #include "sysemu/runstate.h" +#include "ui/console.h" +#include "hw/display/vga_int.h" #include "hw/hw.h" #include "hw/display/vga.h"