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