Fix build failures.

PiperOrigin-RevId: 926873356
This commit is contained in:
Francis Tsui
2026-06-04 13:59:37 -07:00
committed by Copybara-Service
parent 9605d33327
commit 2a3b9cd809
2 changed files with 10 additions and 0 deletions
@@ -32,6 +32,11 @@
#include <stdio.h>
#include <usbiodef.h>
// Remove LogSeverity macro defined in setupapi.h
#if defined(LogSeverity)
#undef LogSeverity
#endif
#include <cstdint>
#include <cstring>
#include <exception>
@@ -20,6 +20,11 @@
#include <devguid.h>
// clang-format on
// Remove LogSeverity macro defined in setupapi.h
#if defined(LogSeverity)
#undef LogSeverity
#endif
// Standard C/C++ headers
#include <algorithm>
#include <cstddef>