From 5fcc15c3721725eaf39748567f18e2a2bb31b6d3 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Thu, 10 Dec 2015 10:46:23 -0600
Subject: [PATCH] Include stdint header, to possibly help out MSVS

---
 src/c_wrapper/wrap_cl.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/c_wrapper/wrap_cl.h b/src/c_wrapper/wrap_cl.h
index 537c56b0..c1feb22a 100644
--- a/src/c_wrapper/wrap_cl.h
+++ b/src/c_wrapper/wrap_cl.h
@@ -7,6 +7,8 @@
 
 // {{{ includes
 
+#include <stdint.h>
+
 #define CL_USE_DEPRECATED_OPENCL_1_1_APIS
 
 #ifdef __APPLE__
-- 
GitLab