diff --git a/ReactCommon/cxxreact/ReactMarker.h b/ReactCommon/cxxreact/ReactMarker.h index ae176b78867a62..3a71579ab8f0d3 100644 --- a/ReactCommon/cxxreact/ReactMarker.h +++ b/ReactCommon/cxxreact/ReactMarker.h @@ -37,7 +37,7 @@ typedef void(*LogTaggedMarker)(const ReactMarkerId, const char* tag); extern RN_EXPORT LogTaggedMarker logTaggedMarker; -extern void logMarker(const ReactMarkerId markerId); +extern RN_EXPORT void logMarker(const ReactMarkerId markerId); } }