From 8799e16f3bff00ea12e268b43ea212b378017afc Mon Sep 17 00:00:00 2001 From: Budalebah <113329223+Budalebah@users.noreply.github.com> Date: Wed, 10 Jul 2024 01:10:21 +0300 Subject: [PATCH] Update include path in pallas.hpp header file Update the `#include` path in `pallas.hpp` header file from `#include ` to `#include `. This change standardizes the file path format, improving project file management consistency. --- examples/cpp/bit_operations/bit_composition.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cpp/bit_operations/bit_composition.cpp b/examples/cpp/bit_operations/bit_composition.cpp index 97f3720d..faefa605 100644 --- a/examples/cpp/bit_operations/bit_composition.cpp +++ b/examples/cpp/bit_operations/bit_composition.cpp @@ -1,4 +1,4 @@ -#include +#include using namespace nil::crypto3::algebra::curves;