[lldb][NFCI] Add header guard to PlatformRemoteAppleXR.h (#81565)

This commit is contained in:
Alex Langford 2024-02-13 10:13:35 -08:00 committed by GitHub
parent 5e3c7e3aa4
commit 502a88bae7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,9 @@
//
//===----------------------------------------------------------------------===//
#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEXR_H
#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEXR_H
#include "PlatformRemoteDarwinDevice.h"
namespace lldb_private {
@ -36,3 +39,5 @@ protected:
llvm::StringRef GetPlatformName() override;
};
} // namespace lldb_private
#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEXR_H