commit | ca2fc353c2b07e24e297fdc8426c7abd601d908b | [log] [tgz] |
---|---|---|
author | Adam Lesinski <adamlesinski@google.com> | Fri Apr 03 12:08:26 2015 -0700 |
committer | Adam Lesinski <adamlesinski@google.com> | Fri Apr 03 12:33:02 2015 -0700 |
tree | 2f9242af3558209ac265fb7d2d1164652f78d8de | |
parent | 7e3a19ac85d30abade971d8d0a948b4599d97c9e [diff] [blame] |
Fix windows build of AAPT2 Change-Id: Ib8e1a4322510b582e9600a08d3118842c9abc73c
diff --git a/tools/aapt2/Resource.h b/tools/aapt2/Resource.h index 3fd678e..4d2c64c 100644 --- a/tools/aapt2/Resource.h +++ b/tools/aapt2/Resource.h
@@ -20,6 +20,7 @@ #include "StringPiece.h" #include <iomanip> +#include <limits> #include <string> #include <tuple>