From 0e80ee7778748dff65edacb96fbc9b70b605ea69 Mon Sep 17 00:00:00 2001 From: Reiley Jeapaul Date: Mon, 20 Jun 2016 15:34:41 +0100 Subject: 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 --- src/sim/mathexpr.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/sim/mathexpr.hh b/src/sim/mathexpr.hh index 6d04d2538..889983476 100644 --- a/src/sim/mathexpr.hh +++ b/src/sim/mathexpr.hh @@ -41,6 +41,7 @@ #define __SIM_MATHEXPR_HH__ #include +#include #include #include -- cgit v1.2.3