From: Waldemar Kozaczuk <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
aarch64: add header to fix compilation error Signed-off-by: Waldemar Kozaczuk <[email protected]> --- diff --git a/core/osv_c_wrappers.cc b/core/osv_c_wrappers.cc --- a/core/osv_c_wrappers.cc +++ b/core/osv_c_wrappers.cc @@ -16,6 +16,7 @@ #include <osv/commands.hh> #include <osv/firmware.hh> #include <osv/hypervisor.hh> +#include "cpuid.hh" #include <vector> using namespace osv; -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/0000000000006d603605d5fc93e9%40google.com.
