Skip to content

Commit 10f82a3

Browse files
committed
add missing include
1 parent 642d5e3 commit 10f82a3

File tree

1 file changed

+1
-0
lines changed
  • packages/react-native/ReactCommon/react/renderer/mounting

1 file changed

+1
-0
lines changed

packages/react-native/ReactCommon/react/renderer/mounting/ShadowTree.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "updateMountedFlag.h"
2020

2121
#include "ShadowTreeDelegate.h"
22+
#include <glog/logging.h>
2223

2324
// Discord - Wrap with ScopeGuard for a function to run on the end of the scope:
2425
#include <functional>

0 commit comments

Comments
 (0)