From dde693afb8edce2f09f0cc95610ff8eff4aeb67e Mon Sep 17 00:00:00 2001 From: Sonicadvance1 Date: Wed, 7 Oct 2009 03:11:52 +0000 Subject: Fix a few things I missed git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4370 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/OpenCL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/Common') 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") -- cgit v1.2.3