Merge pull request #8137 from lioncash/guard

VideoCommon/VertexLoaderX64: Add missing header guard
This commit is contained in:
JosJuice 2019-05-29 12:43:47 +02:00 committed by GitHub
commit 4aaa00dd8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"