From 10f705f6658d13e29836b70376f172edad855abf Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 17 Jun 2019 18:39:03 -0400 Subject: [PATCH] Core: Add missing header guards --- Source/Core/Core/HW/EXI/BBA-TAP/TAP_Win32.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/Core/HW/EXI/BBA-TAP/TAP_Win32.h b/Source/Core/Core/HW/EXI/BBA-TAP/TAP_Win32.h index b87030f026..dd0eba3235 100644 --- a/Source/Core/Core/HW/EXI/BBA-TAP/TAP_Win32.h +++ b/Source/Core/Core/HW/EXI/BBA-TAP/TAP_Win32.h @@ -31,6 +31,8 @@ // the TAP-Win32 driver and contains definitions // common to both. //=============================================== +#pragma once + #include #include #include