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 {