| Index: components/mus/mus_app.h
|
| diff --git a/components/mus/mus_app.h b/components/mus/mus_app.h
|
| index fab2e927e2b92bdc30fb987a1a0657a6fd539ad2..bae8ed7db8da26dbf01171b1582bbbdd52de0f7e 100644
|
| --- a/components/mus/mus_app.h
|
| +++ b/components/mus/mus_app.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef COMPONENTS_MUS_MUS_APP_H_
|
| #define COMPONENTS_MUS_MUS_APP_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/mus/public/interfaces/gpu.mojom.h"
|
| #include "components/mus/public/interfaces/window_manager.mojom.h"
|
|
|