Skip to content

Commit

Permalink
build: add missing header for content::SyntheticGestureTarget (#41799)
Browse files Browse the repository at this point in the history
IWYU: add missing header for `content::SyntheticGestureTarget`

GNU libstdc++ does not allow using std::unique_ptr on incomplete types,
leading to a compile error.

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Bruno Pitrus <brunopitrus@hotmail.com>
  • Loading branch information
trop[bot] and brjsp committed Apr 10, 2024
1 parent 793901d commit 73fd291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/browser/osr/osr_render_widget_host_view.cc
Expand Up @@ -25,6 +25,7 @@
#include "content/browser/renderer_host/render_widget_host_delegate.h" // nogncheck
#include "content/browser/renderer_host/render_widget_host_owner_delegate.h" // nogncheck
#include "content/common/input/synthetic_gesture.h" // nogncheck
#include "content/common/input/synthetic_gesture_target.h"
#include "content/public/browser/browser_task_traits.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/context_factory.h"
Expand Down

0 comments on commit 73fd291

Please sign in to comment.