Browse Source

Add missing include

pull/1730/head
Andrew Waterman 2 years ago
parent
commit
f205bc4c29
  1. 1
      riscv/cfg.cc

1
riscv/cfg.cc

@ -1,5 +1,6 @@
// See LICENSE for license details.
#include "config.h"
#include "cfg.h"
#include "mmu.h"
#include "decode.h"

Loading…
Cancel
Save