diff options
| author | Alexey Zaytsev <alexey.zaytsev@gmail.com> | 2008-10-22 02:05:55 +0400 |
|---|---|---|
| committer | Alexey Zaytsev <alexey.zaytsev@gmail.com> | 2008-10-22 02:05:55 +0400 |
| commit | 862bfdba159580f825af563b8e283842e28d140c (patch) | |
| tree | 7f0ae6af123e87ee0dc02d8d9852e45ecf3171ed /tools/localize/XMLHandler.cpp | |
| parent | 0aa7fe6876d533610b4b993035030b946cc32e4c (diff) | |
| download | frameworks_base-862bfdba159580f825af563b8e283842e28d140c.zip frameworks_base-862bfdba159580f825af563b8e283842e28d140c.tar.gz frameworks_base-862bfdba159580f825af563b8e283842e28d140c.tar.bz2 | |
Add a few missing headers.
Fixes build with gcc 4.3.2 on Debian.
Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
Diffstat (limited to 'tools/localize/XMLHandler.cpp')
| -rw-r--r-- | tools/localize/XMLHandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/localize/XMLHandler.cpp b/tools/localize/XMLHandler.cpp index 64af7af..3fab211 100644 --- a/tools/localize/XMLHandler.cpp +++ b/tools/localize/XMLHandler.cpp @@ -1,5 +1,6 @@ #include "XMLHandler.h" +#include <algorithm> #include <expat.h> #include <stdio.h> #include <string.h> |
