diff options
Diffstat (limited to 'aura/demo/demo_main.cc')
-rw-r--r-- | aura/demo/demo_main.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aura/demo/demo_main.cc b/aura/demo/demo_main.cc index 7b87559..85a39cc 100644 --- a/aura/demo/demo_main.cc +++ b/aura/demo/demo_main.cc @@ -16,6 +16,11 @@ #include "ui/gfx/canvas_skia.h" #include "ui/gfx/rect.h" +#if defined(USE_X11) +#include "aura/hit_test.h" +#include "base/message_pump_x.h" +#endif + namespace { // Trivial WindowDelegate implementation that draws a colored background. |