Chromium Code Reviews| Index: apps/launcher.cc |
| diff --git a/apps/launcher.cc b/apps/launcher.cc |
| index 0880c6d1923e07402275f2359d07efe45e1c69cf..ca463de5f1e438ee43b6d03feacc731e6b5489ad 100644 |
| --- a/apps/launcher.cc |
| +++ b/apps/launcher.cc |
| @@ -4,6 +4,9 @@ |
| #include "apps/launcher.h" |
| +#include <utility> |
|
marja
2014/07/18 07:34:04
Why is this needed?
rucifer1217
2014/07/18 09:06:03
pair<> is need utility.
|
| +#include <set> |
| + |
| #include "base/command_line.h" |
| #include "base/file_util.h" |
| #include "base/files/file_path.h" |