From c83aeaaf821c3905c273c826eebe8d032ea01800 Mon Sep 17 00:00:00 2001 From: Valentin Shergin Date: Tue, 10 Apr 2018 12:45:33 -0700 Subject: [PATCH] Fabric: Forgotten compiler directive and include Summary: Trivial. Those nits prevent cause compilation errors in some configurations. Reviewed By: fkgozali Differential Revision: D7467794 fbshipit-source-id: cbda285748374fd941a0b1ca6718d702ca2d6d82 --- ReactCommon/exceptions/ExceptionManager.h | 2 ++ ReactCommon/fabric/graphics/Geometry.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ReactCommon/exceptions/ExceptionManager.h b/ReactCommon/exceptions/ExceptionManager.h index 842975b3b..278179c67 100644 --- a/ReactCommon/exceptions/ExceptionManager.h +++ b/ReactCommon/exceptions/ExceptionManager.h @@ -5,6 +5,8 @@ * LICENSE file in the root directory of this source tree. */ +#pragma once + #include namespace facebook { diff --git a/ReactCommon/fabric/graphics/Geometry.h b/ReactCommon/fabric/graphics/Geometry.h index 8471b1d1a..6c2b0f041 100644 --- a/ReactCommon/fabric/graphics/Geometry.h +++ b/ReactCommon/fabric/graphics/Geometry.h @@ -2,6 +2,8 @@ #pragma once +#include + #include namespace facebook {