Skip to content

Commit

Permalink
Merge pull request #105 from NilFoundation/fix-missing-include
Browse files Browse the repository at this point in the history
Add missing include for field_element type
  • Loading branch information
martun authored May 22, 2024
2 parents 3304952 + b4a11ea commit 3bb15ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <nil/marshalling/types/integral.hpp>
#include <nil/marshalling/status_type.hpp>
#include <nil/marshalling/options.hpp>
#include <nil/crypto3/marshalling/algebra/types/field_element.hpp>

namespace nil {
namespace crypto3 {
Expand Down

0 comments on commit 3bb15ea

Please sign in to comment.