Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 0c23686

Browse files
committed
Add some missing includes
1 parent de76b20 commit 0c23686

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/nil/blueprint/non_native_marshalling.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#ifndef ZKLLVM_ASSIGNER_INCLUDE_NIL_BLUEPRINT_NON_NATIVE_MARSHALLING_HPP_
2727
#define ZKLLVM_ASSIGNER_INCLUDE_NIL_BLUEPRINT_NON_NATIVE_MARSHALLING_HPP_
2828

29+
#include <nil/blueprint/asserts.hpp>
2930
#include <nil/blueprint/basic_non_native_policy.hpp>
3031
#include <nil/blueprint/utilities.hpp>
3132

include/nil/blueprint/utilities.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include <array>
3030
#include <limits>
3131

32+
#include <nil/blueprint/asserts.hpp>
3233
#include <nil/blueprint/manifest.hpp>
3334
#include <nil/blueprint/blueprint/plonk/assignment_proxy.hpp>
3435

0 commit comments

Comments
 (0)