Skip to content

Commit

Permalink
Merge pull request #8137 from lioncash/guard
Browse files Browse the repository at this point in the history
VideoCommon/VertexLoaderX64: Add missing header guard
  • Loading branch information
JosJuice committed May 29, 2019
2 parents 992c8bf + 1a0f8e7 commit 4aaa00d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/VideoCommon/VertexLoaderX64.h
Expand Up @@ -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"
Expand Down

0 comments on commit 4aaa00d

Please sign in to comment.