>From fb7c6a881d984599226c0609983451009eeafa1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claudio=20Andr=C3=A9?= Date: Sat, 2 Mar 2013 12:11:00 -0300 Subject: [PATCH 5/5] Include uint64_t definition (stdint.h) in common-opencl.h. --- src/common-opencl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common-opencl.h b/src/common-opencl.h index 0f4113a..6d95d1a 100644 --- a/src/common-opencl.h +++ b/src/common-opencl.h @@ -15,6 +15,7 @@ #include "common.h" #include "formats.h" #include "path.h" +#include "stdint.h" #include "opencl_device_info.h" #define MAXGPUS 8 -- 1.7.9.5