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:
mmentovai 2009-10-06 18:16:36 +00:00
parent c84c9e7bb3
commit 760d66430e
4 changed files with 8 additions and 2 deletions

View file

@ -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 {

View file

@ -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 {

View file

@ -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>

View file

@ -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"