add missing include (#36708)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/36708

`#include` what you use!

Changelog: [Internal]

Reviewed By: ispeters

Differential Revision: D44516344

fbshipit-source-id: a96afe7a7098609270f1d25321133a9afb443db2
This commit is contained in:
Ján Ondrušek
2023-03-30 06:43:40 -07:00
committed by Facebook GitHub Bot
parent cb376dd0d8
commit d1277df455
@@ -7,6 +7,8 @@
#include "EventListener.h"
#include <mutex>
namespace facebook::react {
bool EventListenerContainer::willDispatchEvent(const RawEvent &event) {