Index: webrtc/base/networkroute.h |
diff --git a/webrtc/base/networkroute.h b/webrtc/base/networkroute.h |
index a34e6d304d4bd4538baf40b0a3df7abf6921fa6e..d4484df91b0080d417b5cb454bc4de6075451678 100644 |
--- a/webrtc/base/networkroute.h |
+++ b/webrtc/base/networkroute.h |
@@ -11,6 +11,8 @@ |
#ifndef WEBRTC_BASE_NETWORKROUTE_H_ |
#define WEBRTC_BASE_NETWORKROUTE_H_ |
+#include <cstdint> |
stefan-webrtc
2016/10/31 10:48:17
Can this be removed?
Sergey Ulanov
2016/10/31 18:07:27
We need this include because this file uses uint16
|
+ |
// TODO(honghaiz): Make a directory that describes the interfaces and structs |
// the media code can rely on and the network code can implement, and both can |
// depend on that, but not depend on each other. Then, move this file to that |