Skip to content

Commit

Permalink
add missing include
Browse files Browse the repository at this point in the history
Summary:
`#include` what you use!

Changelog: [Internal]

Reviewed By: ispeters

Differential Revision: D44516344

fbshipit-source-id: c9cce352d39ed19477709b0c50e5e49f27e8c949
  • Loading branch information
Ján Ondrušek authored and facebook-github-bot committed Mar 29, 2023
1 parent 688df2f commit acb8d1f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

#include "EventListener.h"

#include <mutex>

namespace facebook::react {

bool EventListenerContainer::willDispatchEvent(const RawEvent &event) {
Expand Down

0 comments on commit acb8d1f

Please sign in to comment.