mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-01-23 20:50:59 +00:00
Add a missing include (for gettimeofday) to Inspector.mm
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@336 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
33e8fad61d
commit
f9c5540ea6
|
@ -29,11 +29,12 @@
|
|||
//
|
||||
// Utility that can inspect another process and write a crash dump
|
||||
|
||||
#import <cstdio>
|
||||
#import <iostream>
|
||||
#import <stdio.h>
|
||||
#import <string.h>
|
||||
#import <string>
|
||||
#include <cstdio>
|
||||
#include <iostream>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
#include <sys/time.h>
|
||||
|
||||
#import "client/mac/crash_generation/Inspector.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue