commit | 9146bfa33c6ab3fd01be305378cd1dd55d06b1b4 | [log] [tgz] |
---|---|---|
author | David Landell <landell@opera.com> | Wed Jun 22 10:13:45 2016 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jun 22 15:34:29 2016 +0000 |
tree | 93df904fa4b9dcaef4d8e4f5e8c01bba16e817e3 | |
parent | be5a8a400fd182fba174bd9110e470a54f8b14b6 [diff] [blame] |
Include what you use mbstowcs needs stdlib.h header on mipsel BUG= Change-Id: Ia93d0a877b2e22d5c1c461f0dea9999ede725520 Reviewed-on: https://chromium-review.googlesource.com/354020 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
diff --git a/src/common/string_utils.cpp b/src/common/string_utils.cpp index 73da759..02bccd0 100644 --- a/src/common/string_utils.cpp +++ b/src/common/string_utils.cpp
@@ -9,6 +9,8 @@ #include "string_utils.h" +#include <stdlib.h> + #include <fstream> #include <sstream>