diff options
| author | Sonicadvance1 <sonicadvance1@gmail.com> | 2009-10-07 03:11:52 +0000 |
|---|---|---|
| committer | Sonicadvance1 <sonicadvance1@gmail.com> | 2009-10-07 03:11:52 +0000 |
| commit | dde693afb8edce2f09f0cc95610ff8eff4aeb67e (patch) | |
| tree | b865767d3543efccc58b0b56cc8dc5a825c7e66c /Source/Core/Common | |
| parent | 0146f3f58f4776661d37495492c8171b1f34717b (diff) | |
Fix a few things I missed
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4370 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Src/OpenCL.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/OpenCL.h b/Source/Core/Common/Src/OpenCL.h index 31cfb084ee..2ee60a5c1c 100644 --- a/Source/Core/Common/Src/OpenCL.h +++ b/Source/Core/Common/Src/OpenCL.h @@ -18,7 +18,7 @@ #ifndef __OPENCL_H__
#define __OPENCL_H__
-#include "Config.h"
+#include "Common.h"
// Change to #if 1 if you want to test OpenCL (and you have it) on Windows
#if 0
#pragma comment(lib, "OpenCL.lib")
|
