Skip to content

Commit

Permalink
apply corrections from the original branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Sep 4, 2024
1 parent 0c2b518 commit 4145603
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-nix-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Run checks
run: nix flake -L check
run: nix build -L .?#checks.x86_64-linux.all-gcc
env:
NIX_CONFIG: |
cores = 6
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include <iostream>
#include <fstream>
#include <cstdint>

#include <boost/test/unit_test.hpp>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <boost/random/uniform_int.hpp>
#include <iostream>
#include <iomanip>
#include <cstdint>

#include <nil/marshalling/status_type.hpp>
#include <nil/marshalling/endianness.hpp>
Expand Down
4 changes: 3 additions & 1 deletion evm-assigner/lib/assigner/evmone/instructions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
// SPDX-License-Identifier: Apache-2.0
#pragma once

#include <iostream>
#include <algorithm>

#include "eof.hpp"
#include "execution_state.hpp"
#include "instructions_traits.hpp"
#include "instructions_xmacro.hpp"
#include <ethash/keccak.hpp>
#include <iostream>

namespace evmone
{
Expand Down
1 change: 1 addition & 0 deletions evm-assigner/lib/assigner/test/assigner_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <map>
#include <algorithm>

#include <assigner.hpp>
#include <nil/blueprint/blueprint/plonk/assignment.hpp>
Expand Down

0 comments on commit 4145603

Please sign in to comment.