projects
/
riscv-isa-sim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daaf28f
)
Add missing include for devices.h
author
Kito Cheng
<kito.cheng@gmail.com>
Wed, 3 May 2017 09:58:54 +0000
(17:58 +0800)
committer
Andrew Waterman
<aswaterman@gmail.com>
Wed, 3 May 2017 10:09:11 +0000
(
03:09
-0700)
- https://github.com/riscv/riscv-tools/issues/69
riscv/devices.h
patch
|
blob
|
history
diff --git
a/riscv/devices.h
b/riscv/devices.h
index cb3b6d962cbe8c649c4e35560f1358c27839137f..64ab79b96946e8c6337650aae3935d60964b06cc 100644
(file)
--- a/
riscv/devices.h
+++ b/
riscv/devices.h
@@
-2,6
+2,8
@@
#define _RISCV_DEVICES_H
#include "decode.h"
+#include <cstdlib>
+#include <string>
#include <map>
#include <vector>