diff options
| author | skidau <skidau@gmail.com> | 2012-03-18 23:37:38 +1100 |
|---|---|---|
| committer | skidau <skidau@gmail.com> | 2012-03-18 23:37:38 +1100 |
| commit | cfbcaa2cc6d2c990b907747298ad012aa1c6c2fd (patch) | |
| tree | f5004569ea7a5fa52cd8c0c8efde449ae43e050f /Source/Core/Common | |
| parent | 05692b1e7e88d19d6045cc42464cc8ef11760c62 (diff) | |
Linux build fix
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Src/BreakPoints.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/BreakPoints.cpp b/Source/Core/Common/Src/BreakPoints.cpp index 9164312f82..1700276d85 100644 --- a/Source/Core/Common/Src/BreakPoints.cpp +++ b/Source/Core/Common/Src/BreakPoints.cpp @@ -18,8 +18,8 @@ #include "Common.h" #include "DebugInterface.h" #include "BreakPoints.h" +#include "../../Core/Src/PowerPC/JitCommon/JitBase.h" #include <sstream> -#include "..\..\Core\Src\PowerPC\JitCommon\JitBase.h" bool BreakPoints::IsAddressBreakPoint(u32 _iAddress) { |
