Skip to content

Commit

Permalink
fix: build-system spot request cancellation (#1339)
Browse files Browse the repository at this point in the history
This was showing a red herring error when other errors occurred.
Historically this sort of thing has confused people.
  • Loading branch information
ludamad authored Aug 1, 2023
1 parent 317981a commit 0c8ce7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-system
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once
#include "../../primitives/field/field.hpp"


namespace proof_system::plonk {
namespace stdlib {
namespace recursion {
Expand Down Expand Up @@ -109,4 +110,4 @@ template <typename NCT> std::ostream& operator<<(std::ostream& os, aggregation_s

} // namespace recursion
} // namespace stdlib
} // namespace proof_system::plonk
} // namespace proof_system::plonk

0 comments on commit 0c8ce7d

Please sign in to comment.