mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 16:55:47 +01:00
10.6 SDK compatibility fixes. No bug.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@407 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
c84c9e7bb3
commit
760d66430e
@ -31,6 +31,8 @@
|
||||
// Simple string dictionary that does not allocate memory
|
||||
//
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#import "SimpleStringDictionary.h"
|
||||
|
||||
namespace google_breakpad {
|
||||
|
@ -26,8 +26,9 @@
|
||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include "common/mac/dwarf/bytereader-inl.h"
|
||||
#include <assert.h>
|
||||
|
||||
#include "common/mac/dwarf/bytereader-inl.h"
|
||||
#include "common/mac/dwarf/bytereader.h"
|
||||
|
||||
namespace dwarf2reader {
|
||||
|
@ -26,6 +26,8 @@
|
||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <stack>
|
||||
#include <utility>
|
||||
|
||||
|
@ -29,11 +29,12 @@
|
||||
// This is a client for the dwarf2reader to extract function and line
|
||||
// information from the debug info.
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <map>
|
||||
#include <queue>
|
||||
#include <vector>
|
||||
|
||||
|
||||
#include "common/mac/dwarf/functioninfo.h"
|
||||
|
||||
#include "common/mac/dwarf/bytereader.h"
|
||||
|
Loading…
Reference in New Issue
Block a user