another osx clang compatability fix
authorScott Beamer <sbeamer@eecs.berkeley.edu>
Thu, 17 Dec 2015 20:27:07 +0000 (12:27 -0800)
committerScott Beamer <sbeamer@eecs.berkeley.edu>
Thu, 17 Dec 2015 20:27:07 +0000 (12:27 -0800)
riscv/processor.h

index b9564d6a7f947675c819cb88148fe9bd269f64ac..13c4cbbcf91c7a803fbf4fc4c299a0b7e30193c9 100644 (file)
@@ -5,7 +5,7 @@
 #include "decode.h"
 #include "config.h"
 #include "devices.h"
-#include <cstring>
+#include <string>
 #include <vector>
 #include <map>