diff --git a/build-system b/build-system index df40134e2da..e8439144341 160000 --- a/build-system +++ b/build-system @@ -1 +1 @@ -Subproject commit df40134e2da9d00ad763f83b625a3a596996925d +Subproject commit e8439144341371235463f1d8f49e62ea7e822dd1 diff --git a/circuits/cpp/barretenberg/cpp/src/barretenberg/stdlib/recursion/aggregation_state/aggregation_state.hpp b/circuits/cpp/barretenberg/cpp/src/barretenberg/stdlib/recursion/aggregation_state/aggregation_state.hpp index a7e0884c0de..d6694933197 100644 --- a/circuits/cpp/barretenberg/cpp/src/barretenberg/stdlib/recursion/aggregation_state/aggregation_state.hpp +++ b/circuits/cpp/barretenberg/cpp/src/barretenberg/stdlib/recursion/aggregation_state/aggregation_state.hpp @@ -1,6 +1,7 @@ #pragma once #include "../../primitives/field/field.hpp" + namespace proof_system::plonk { namespace stdlib { namespace recursion { @@ -109,4 +110,4 @@ template std::ostream& operator<<(std::ostream& os, aggregation_s } // namespace recursion } // namespace stdlib -} // namespace proof_system::plonk \ No newline at end of file +} // namespace proof_system::plonk