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:
Reiley Jeapaul 2016-06-20 15:34:41 +01:00
parent 40e4453ddc
commit 0e80ee7778

View file

@ -41,6 +41,7 @@
#define __SIM_MATHEXPR_HH__
#include <algorithm>
#include <array>
#include <functional>
#include <string>