Skip to content

Commit

Permalink
add missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
wsong83 committed Jul 9, 2024
1 parent c63c268 commit 3639dd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cache_model
1 change: 1 addition & 0 deletions fesvr/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <cstring>
#include <string>
#include <functional>
#include <stdexcept>

class memif_t;

Expand Down
1 change: 1 addition & 0 deletions riscv/devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <string>
#include <map>
#include <vector>
#include <stdexcept>

class processor_t;

Expand Down

0 comments on commit 3639dd7

Please sign in to comment.