From d3caface5d76a0307984aee8136ff54c4ee939d5 Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Sat, 4 May 2019 14:23:04 -0500 Subject: [PATCH] fix VS 2019 compiler --- src/devices/EmuNVNet.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/devices/EmuNVNet.h b/src/devices/EmuNVNet.h index 69744ea3d..849deaed4 100644 --- a/src/devices/EmuNVNet.h +++ b/src/devices/EmuNVNet.h @@ -23,6 +23,8 @@ // * // ****************************************************************** #pragma once + +#include #include "PCIDevice.h" // For PCIDevice