Skip to content

Commit

Permalink
Add iostream header for std::cerr
Browse files Browse the repository at this point in the history
  • Loading branch information
makxenov committed May 8, 2024
1 parent f8f66ae commit b33e0e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#define CRYPTO3_ZK_PLONK_PLACEHOLDER_TABLE_DESCRIPTION_HPP

#include <nil/crypto3/zk/snark/arithmetization/plonk/variable.hpp>
#include <iostream>
#include <limits>

namespace nil {
Expand Down

0 comments on commit b33e0e8

Please sign in to comment.