diff --git a/API/hermes/inspector/chrome/CDPHandler.h b/API/hermes/inspector/chrome/CDPHandler.h index 463292057bf..17255a8ef25 100644 --- a/API/hermes/inspector/chrome/CDPHandler.h +++ b/API/hermes/inspector/chrome/CDPHandler.h @@ -128,7 +128,7 @@ class INSPECTOR_EXPORT CDPHandler { /// Public-facing wrapper for internal CDP state that can be preserved across /// reloads. -struct State { +struct INSPECTOR_EXPORT State { /// Incomplete type that stores the actual state. struct Private;