From fbcba2f689348fb723f8d33f3d8e2010e4864e85 Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Tue, 5 Oct 2021 16:09:16 +0100 Subject: Add necessary includes to cudl.h --- cudl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cudl.h b/cudl.h index df69632..36d2365 100644 --- a/cudl.h +++ b/cudl.h @@ -1,6 +1,9 @@ #ifndef cudl_h_INCLUDED #define cudl_h_INCLUDED +#include +#include + struct cudl_array_value { struct cudl_value *values; size_t length; -- cgit v1.2.3