From 37b3782ff5d3edddb5f6f59252b6a304ee0723e0 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 3 Aug 2023 17:53:45 -0300 Subject: [PATCH] chore(backend-gpu): add missing include in utils.cpp --- .../concrete-cuda/implementation/test_and_benchmark/utils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/concrete-cuda/implementation/test_and_benchmark/utils.cpp b/backends/concrete-cuda/implementation/test_and_benchmark/utils.cpp index 48c5f92b6a..9a82560f29 100644 --- a/backends/concrete-cuda/implementation/test_and_benchmark/utils.cpp +++ b/backends/concrete-cuda/implementation/test_and_benchmark/utils.cpp @@ -1,3 +1,4 @@ +#include #include #include #include