From e465731e69e3d822d07ece958e2d4c2322e7bd4c Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Fri, 15 May 2020 19:46:45 +0200 Subject: [PATCH] Use assert.h instead of define manually static_assert --- src/rust/include/librustzcash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/include/librustzcash.h b/src/rust/include/librustzcash.h index dab098473..70f39539a 100644 --- a/src/rust/include/librustzcash.h +++ b/src/rust/include/librustzcash.h @@ -4,7 +4,7 @@ #include #ifndef __cplusplus - #define static_assert _Static_assert + #include #include #endif