fix(telemetry): add missing <cstddef> include for std::size_t in SpanGuard.h

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-07-08 15:40:38 +01:00
parent c6be7cf83a
commit 4e9df8b5c3

View File

@@ -122,6 +122,7 @@
exposed — all interaction goes through the public methods.
*/
#include <cstddef>
#include <cstdint>
#include <exception>
#include <memory>