| Index: webrtc/modules/video_coding/nack_module.h
|
| diff --git a/webrtc/modules/video_coding/nack_module.h b/webrtc/modules/video_coding/nack_module.h
|
| index 8e0a79b2cbf43cb92cf2f25498a92c69d7b62018..7163a8e9054151ea790e266cc3ffa47890464958 100644
|
| --- a/webrtc/modules/video_coding/nack_module.h
|
| +++ b/webrtc/modules/video_coding/nack_module.h
|
| @@ -16,12 +16,12 @@
|
| #include <set>
|
|
|
| #include "webrtc/base/criticalsection.h"
|
| -#include "webrtc/base/mod_ops.h"
|
| #include "webrtc/base/thread_annotations.h"
|
| #include "webrtc/modules/include/module.h"
|
| #include "webrtc/modules/video_coding/include/video_coding_defines.h"
|
| #include "webrtc/modules/video_coding/packet.h"
|
| #include "webrtc/modules/video_coding/histogram.h"
|
| +#include "webrtc/modules/video_coding/sequence_number_util.h"
|
| #include "webrtc/system_wrappers/include/clock.h"
|
|
|
| namespace webrtc {
|
|
|