Index: webrtc/p2p/base/candidate.h |
diff --git a/webrtc/p2p/base/candidate.h b/webrtc/p2p/base/candidate.h |
index 4eb05f0c631d8679cda0397ece146e169b9a0b1b..22d87b581153afb11debc903746d43e1a48e0c5f 100644 |
--- a/webrtc/p2p/base/candidate.h |
+++ b/webrtc/p2p/base/candidate.h |
@@ -13,6 +13,7 @@ |
#include <limits.h> |
#include <math.h> |
+#include <stdint.h> |
#include <algorithm> |
#include <iomanip> |
@@ -20,7 +21,6 @@ |
#include <string> |
#include "webrtc/p2p/base/p2pconstants.h" |
-#include "webrtc/base/basictypes.h" |
#include "webrtc/base/helpers.h" |
#include "webrtc/base/network.h" |
#include "webrtc/base/socketaddress.h" |