projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40e4453
)
sim: Added library include to fix build errors on clang-703.0.31
author
Reiley Jeapaul
<Reiley.Jeyapaul@arm.com>
Mon, 20 Jun 2016 14:34:41 +0000
(15:34 +0100)
committer
Reiley Jeapaul
<Reiley.Jeyapaul@arm.com>
Mon, 20 Jun 2016 14:34:41 +0000
(15:34 +0100)
The use of array tuples, requires an explicit include of the array library
Change-Id: I06730051777a97edf80e41a5604184b387b12239
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
src/sim/mathexpr.hh
patch
|
blob
|
history
diff --git
a/src/sim/mathexpr.hh
b/src/sim/mathexpr.hh
index 6d04d25388da2b87fc8073a121d8a83bf77d89bf..889983476729b95ad36fd1e898e5c712d0358213 100644
(file)
--- a/
src/sim/mathexpr.hh
+++ b/
src/sim/mathexpr.hh
@@
-41,6
+41,7
@@
#define __SIM_MATHEXPR_HH__
#include <algorithm>
+#include <array>
#include <functional>
#include <string>