Skip to content

Commit

Permalink
Include definitions.hpp in prover.cpp and main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
fractasy committed Aug 6, 2024
1 parent cee5531 commit 1e6a166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "config.hpp"
#include "version.hpp"
#include "proof2zkin.hpp"
#include "definitions.hpp"
#if (PROVER_FORK_ID == 12)
#include "fork_12/calcwit.hpp"
#include "fork_12/circom.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/prover/prover.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <iomanip>
#include <unistd.h>
#include "prover.hpp"
#include "definitions.hpp"
#include "utils.hpp"
#include "scalar.hpp"
#include "proof2zkin.hpp"
Expand Down

0 comments on commit 1e6a166

Please sign in to comment.