diff options
Diffstat (limited to 'views/aura_desktop/aura_desktop_main.cc')
-rw-r--r-- | views/aura_desktop/aura_desktop_main.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/aura_desktop/aura_desktop_main.cc b/views/aura_desktop/aura_desktop_main.cc index 93e22fa..ceed1ef 100644 --- a/views/aura_desktop/aura_desktop_main.cc +++ b/views/aura_desktop/aura_desktop_main.cc @@ -20,6 +20,10 @@ #include "views/widget/widget.h" #include "views/widget/widget_delegate.h" +#if !defined(OS_WIN) +#include "aura/hit_test.h" +#endif + namespace { // Trivial WindowDelegate implementation that draws a colored background. |