From 1a0f8e7804dcded4a9c8c69acadcdaa942a3394a Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 29 May 2019 06:35:22 -0400 Subject: [PATCH] VideoCommon/VertexLoaderX64: Add missing header guard --- Source/Core/VideoCommon/VertexLoaderX64.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/VideoCommon/VertexLoaderX64.h b/Source/Core/VideoCommon/VertexLoaderX64.h index 811b2e4427..8bd1e777ff 100644 --- a/Source/Core/VideoCommon/VertexLoaderX64.h +++ b/Source/Core/VideoCommon/VertexLoaderX64.h @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#pragma once + #include "Common/CommonTypes.h" #include "Common/x64Emitter.h" #include "VideoCommon/VertexLoaderBase.h"