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 <andreas.sandberg@arm.com>
This commit is contained in:
parent
40e4453ddc
commit
0e80ee7778
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
#define __SIM_MATHEXPR_HH__
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
|
|
Loading…
Reference in a new issue