From 2c26b0ad4776fc336f2004660a27d0e49e48c3a2 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Fri, 24 May 2024 15:27:13 +0300 Subject: [PATCH] fixes --- benchmarks/codex_ark_prover_cli.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/codex_ark_prover_cli.nim b/benchmarks/codex_ark_prover_cli.nim index 049e9b9b..12cee39c 100644 --- a/benchmarks/codex_ark_prover_cli.nim +++ b/benchmarks/codex_ark_prover_cli.nim @@ -4,6 +4,7 @@ import std/[times, os, strutils, terminal, parseopt] import pkg/questionable import pkg/questionable/results import pkg/datastore +import pkg/serde/json import pkg/codex/[rng, stores, merkletree, codextypes, slots] import pkg/codex/utils/[json, poseidon2digest]