Chromium Code Reviews| Index: third_party/lzma_sdk/Bra.c |
| diff --git a/third_party/lzma_sdk/Bra.c b/third_party/lzma_sdk/Bra.c |
| index 2e47b1413c1fa3e425dbb390c05f7b61d1b2f72a..cdb945692028838aeac0a60bed34145515ea6ab8 100644 |
| --- a/third_party/lzma_sdk/Bra.c |
| +++ b/third_party/lzma_sdk/Bra.c |
| @@ -1,6 +1,8 @@ |
| /* Bra.c -- Converters for RISC code |
| 2010-04-16 : Igor Pavlov : Public domain */ |
| +#include "Precomp.h" |
| + |
| #include "Bra.h" |
| SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) |