Skip to content

Commit

Permalink
Fabric: Adding #pragma once to ImageTelemetry.h
Browse files Browse the repository at this point in the history
Summary:
Without this thing some stuff does not compile.

Changelog: [Internal] Fabric-specific internal change.

Reviewed By: fkgozali

Differential Revision: D23948622

fbshipit-source-id: f066ada183c0fd6a7b5eec542395d44bbbfe80a3
  • Loading branch information
shergin authored and facebook-github-bot committed Sep 27, 2020
1 parent 308f9a1 commit 0b96ada
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ReactCommon/react/renderer/imagemanager/ImageTelemetry.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* LICENSE file in the root directory of this source tree.
*/

#pragma once

#include <react/renderer/core/ReactPrimitives.h>
#include <react/utils/Telemetry.h>

Expand Down

0 comments on commit 0b96ada

Please sign in to comment.