Skip to content

Commit

Permalink
Fix building with PCH disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-n committed Jan 26, 2015
1 parent 648a676 commit 51b27c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/PowerPC/JitCommon/JitAsmCommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#pragma once

#include "Common/CommonTypes.h"
#include "Common/Common.h"

extern const u8 GC_ALIGNED16(pbswapShuffle1x4[16]);
extern const u8 GC_ALIGNED16(pbswapShuffle2x4[16]);
Expand Down

0 comments on commit 51b27c5

Please sign in to comment.