adds dependencies for K ISA (Cryptography)

This commit is contained in:
2025-01-14 14:33:33 +01:00
parent a0eeae7dd6
commit 2bb2e56310
2 changed files with 70 additions and 0 deletions

View File

@ -42,6 +42,7 @@ def nativeTypeSize(int size){
#include <iss/iss.h>
#include <iss/interp/vm_base.h>
#include <vm/fp_functions.h>
#include <vm/aes_sbox.h>
#include <util/logging.h>
#include <boost/coroutine2/all.hpp>
#include <functional>