Browse Source

Merge pull request #1182 from riscv-software-src/fix-1180

Fix build broken by #1170 and #1180
pull/1183/head
Andrew Waterman 4 years ago
committed by GitHub
parent
commit
0adec00bd2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      riscv/cfg.h

1
riscv/cfg.h

@ -3,6 +3,7 @@
#define _RISCV_CFG_H
#include <optional>
#include <vector>
#include "decode.h"
#include <cassert>

Loading…
Cancel
Save