From 49fe4975f028f822324735d4ba6acf020901406c Mon Sep 17 00:00:00 2001 From: swayaminsync Date: Sat, 26 Oct 2024 17:09:54 +0530 Subject: [PATCH] testing workflow --- tests/scalar_tests.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scalar_tests.cpp b/tests/scalar_tests.cpp index 7e0e343..7681d3a 100644 --- a/tests/scalar_tests.cpp +++ b/tests/scalar_tests.cpp @@ -1,6 +1,9 @@ #include #include #include +#include +#include +#include #include "Scalar.h" using namespace enigma;