changeset 17b2ccafd139 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=17b2ccafd139
description:
        sim: Added library include to fix build errors on clang-703.0.31

        The use of array tuples, requires an explicit include of the array 
library

        Change-Id: I06730051777a97edf80e41a5604184b387b12239
        Reviewed-by: Andreas Sandberg <[email protected]>

diffstat:

 src/sim/mathexpr.hh |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 2383451ff6a5 -r 17b2ccafd139 src/sim/mathexpr.hh
--- a/src/sim/mathexpr.hh       Mon Jun 20 15:11:18 2016 +0100
+++ b/src/sim/mathexpr.hh       Mon Jun 20 15:34:41 2016 +0100
@@ -41,6 +41,7 @@
 #define __SIM_MATHEXPR_HH__
 
 #include <algorithm>
+#include <array>
 #include <functional>
 #include <string>
 
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to