Commit 9b152366 by Ben Clayton

Update Marl to d29553a37

Changes: d29553a3730 Add missing <vector> include Commands: ./third_party/update-marl.sh --squash Bug: b/140546382 Change-Id: Ibb19c64cd2cbbd4b71ddd8270d1b3541a123cbca
parents 9ac8855b fd00a001
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include <array> #include <array>
#include <cstdlib> // mbstowcs #include <cstdlib> // mbstowcs
#include <limits> // std::numeric_limits #include <limits> // std::numeric_limits
#include <vector>
#undef max #undef max
#elif defined(__APPLE__) #elif defined(__APPLE__)
#include <mach/thread_act.h> #include <mach/thread_act.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment