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:
@@ -41,6 +41,7 @@
|
||||
#define __SIM_MATHEXPR_HH__
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user