From f205bc4c297bb75079eeed84d28f51db0b41c81f Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 16 Jul 2024 19:50:41 -0700 Subject: [PATCH] Add missing include --- riscv/cfg.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/riscv/cfg.cc b/riscv/cfg.cc index 67dfdb4c..8763240b 100644 --- a/riscv/cfg.cc +++ b/riscv/cfg.cc @@ -1,5 +1,6 @@ // See LICENSE for license details. +#include "config.h" #include "cfg.h" #include "mmu.h" #include "decode.h"