diff --git a/src/corelib/ipc/qtipccommon.h b/src/corelib/ipc/qtipccommon.h index a922c0f54fa..b58de9ed0b8 100644 --- a/src/corelib/ipc/qtipccommon.h +++ b/src/corelib/ipc/qtipccommon.h @@ -200,8 +200,9 @@ inline auto QNativeIpcKey::legacyDefaultTypeForOs() noexcept -> Type #endif } -#endif // QT_CONFIG(sharedmemory) || QT_CONFIG(systemsemaphore) - QT_END_NAMESPACE +#endif // QT_CONFIG(sharedmemory) || QT_CONFIG(systemsemaphore) + + #endif // QNATIVEIPCKEY_H