Chromium Code Reviews| Index: sync/notifier/p2p_invalidator.cc |
| diff --git a/sync/notifier/p2p_invalidator.cc b/sync/notifier/p2p_invalidator.cc |
| index 05ec1835379faf101018be0c578c9165ce1062f4..2468a51a735874a67f90e5df7abf019be4c1c1cf 100644 |
| --- a/sync/notifier/p2p_invalidator.cc |
| +++ b/sync/notifier/p2p_invalidator.cc |
| @@ -5,6 +5,7 @@ |
| #include "sync/notifier/p2p_invalidator.h" |
| #include <algorithm> |
| +#include <iterator> |
|
rlarocque
2013/08/30 17:08:43
I don't see why IWYU thought this was necessary.
Mostyn Bramley-Moore
2013/08/30 17:14:48
I didn't run IWYU on this file, but after making s
|
| #include "base/json/json_reader.h" |
| #include "base/json/json_writer.h" |