Add missing include.

As the include define some method to be inlined, not having the include breaks the compilation of optimized builds.
Review URL: https://breakpad.appspot.com/347002

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@917 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
qsr@chromium.org 2012-02-14 12:14:31 +00:00
parent 5d7f694f27
commit 199703cbff

View file

@ -29,6 +29,7 @@
#include "client/ios/handler/ios_exception_minidump_generator.h"
#include "client/minidump_file_writer-inl.h"
#include "processor/scoped_ptr.h"
namespace {