mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-12-23 12:15:41 +00: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
|
// Simple string dictionary that does not allocate memory
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
#import "SimpleStringDictionary.h"
|
#import "SimpleStringDictionary.h"
|
||||||
|
|
||||||
namespace google_breakpad {
|
namespace google_breakpad {
|
||||||
|
|
|
@ -26,8 +26,9 @@
|
||||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
// 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"
|
#include "common/mac/dwarf/bytereader.h"
|
||||||
|
|
||||||
namespace dwarf2reader {
|
namespace dwarf2reader {
|
||||||
|
|
|
@ -26,6 +26,8 @@
|
||||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
#include <stack>
|
#include <stack>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
|
|
|
@ -29,11 +29,12 @@
|
||||||
// This is a client for the dwarf2reader to extract function and line
|
// This is a client for the dwarf2reader to extract function and line
|
||||||
// information from the debug info.
|
// information from the debug info.
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <queue>
|
#include <queue>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
||||||
#include "common/mac/dwarf/functioninfo.h"
|
#include "common/mac/dwarf/functioninfo.h"
|
||||||
|
|
||||||
#include "common/mac/dwarf/bytereader.h"
|
#include "common/mac/dwarf/bytereader.h"
|
||||||
|
|
Loading…
Reference in a new issue