mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-12-23 12:35:36 +00:00
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:
parent
5d7f694f27
commit
199703cbff
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue