| Index: ash/touch/touch_hud_debug.h
|
| diff --git a/ash/touch/touch_hud_debug.h b/ash/touch/touch_hud_debug.h
|
| index 547ab272420b426fd82710cd2fcdb9222ffeda24..25fa41431a8f6cae33360e0379b32ef257296614 100644
|
| --- a/ash/touch/touch_hud_debug.h
|
| +++ b/ash/touch/touch_hud_debug.h
|
| @@ -5,10 +5,13 @@
|
| #ifndef ASH_TOUCH_TOUCH_HUD_DEBUG_H_
|
| #define ASH_TOUCH_TOUCH_HUD_DEBUG_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/touch/touch_observer_hud.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/values.h"
|
|
|
|
|