Skip to content

Commit

Permalink
Fix #include statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Apr 2, 2024
1 parent 27f2fbd commit 7f992aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bls12-381/g.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <functional>
#include <optional>
#include <span>
#include "fp.hpp"
#include <bls12-381/fp.hpp>

namespace bls12_381
{
Expand Down

0 comments on commit 7f992aa

Please sign in to comment.