VideoCommon/VertexLoaderX64: Add missing header guard

This commit is contained in:
Lioncash 2019-05-29 06:35:22 -04:00
parent 992c8bfc4e
commit 1a0f8e7804

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2+ // Licensed under GPLv2+
// Refer to the license.txt file included. // Refer to the license.txt file included.
#pragma once
#include "Common/CommonTypes.h" #include "Common/CommonTypes.h"
#include "Common/x64Emitter.h" #include "Common/x64Emitter.h"
#include "VideoCommon/VertexLoaderBase.h" #include "VideoCommon/VertexLoaderBase.h"