From 0df3cde152f867cf2bdf2c161c12dfc78704dd53 Mon Sep 17 00:00:00 2001 From: zhongwuzw Date: Wed, 10 Apr 2019 10:54:16 -0700 Subject: [PATCH] Add missing react native config header in paragraph component descriptor (#24395) Summary: cc. shergin . 264CAC48-1DDB-42D1-95C2-39EA86BA09B1 [Genernal] [Fixed] - Add missing react native config header in paragraph component descriptor Pull Request resolved: https://github.com/facebook/react-native/pull/24395 Differential Revision: D14874388 Pulled By: cpojer fbshipit-source-id: 660a8f177c43456f6fe1ed29efdc76630f6bc0f3 --- .../components/text/paragraph/ParagraphComponentDescriptor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ReactCommon/fabric/components/text/paragraph/ParagraphComponentDescriptor.h b/ReactCommon/fabric/components/text/paragraph/ParagraphComponentDescriptor.h index 7e7974b42ef..5cd2dc01398 100644 --- a/ReactCommon/fabric/components/text/paragraph/ParagraphComponentDescriptor.h +++ b/ReactCommon/fabric/components/text/paragraph/ParagraphComponentDescriptor.h @@ -14,6 +14,7 @@ #include #include #include +#include namespace facebook { namespace react {