bug 1118554 - make android's stdcxx work r=glandium

This commit is contained in:
Brad Lassey 2015-01-06 23:34:31 -05:00
Родитель 5a57669554
Коммит 33ab8e9b66
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -21,6 +21,10 @@ Scott McMurray
#include <vector>
#include "webrtc/system_wrappers/source/spreadsortlib/constants.hpp"
#ifdef getchar
#undef getchar
#endif
namespace boost {
namespace detail {
//This only works on unsigned data types

Просмотреть файл

@ -29,6 +29,7 @@
#include <limits>
#include <new>
#include <sstream>
#include <stdlib.h>
#include "pkixder.h"
#include "pkixutil.h"