Skip to content

Commit

Permalink
add missing include (facebook#36708)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#36708

`#include` what you use!

Changelog: [Internal]

Reviewed By: ispeters

Differential Revision: D44516344

fbshipit-source-id: a96afe7a7098609270f1d25321133a9afb443db2
  • Loading branch information
Ján Ondrušek authored and OlimpiaZurek committed May 22, 2023
1 parent ea7b5b4 commit 3b06d14
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 3b06d14

Please sign in to comment.