sim: Added library include to fix build errors on clang-703.0.31
authorReiley Jeapaul <Reiley.Jeyapaul@arm.com>
Mon, 20 Jun 2016 14:34:41 +0000 (15:34 +0100)
committerReiley 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

index 6d04d25388da2b87fc8073a121d8a83bf77d89bf..889983476729b95ad36fd1e898e5c712d0358213 100644 (file)
@@ -41,6 +41,7 @@
 #define __SIM_MATHEXPR_HH__
 
 #include <algorithm>
+#include <array>
 #include <functional>
 #include <string>