summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pci-apic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pci-apic.cpp')
-rw-r--r--src/devices/machine/pci-apic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/pci-apic.cpp b/src/devices/machine/pci-apic.cpp
index b0fc3885c7f..2595289d0d1 100644
--- a/src/devices/machine/pci-apic.cpp
+++ b/src/devices/machine/pci-apic.cpp
@@ -1,5 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
+#include "emu.h"
#include "pci-apic.h"
const device_type APIC = &device_creator<apic_device>;