mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Fix build failures.
PiperOrigin-RevId: 926873356
This commit is contained in:
committed by
Copybara-Service
parent
9605d33327
commit
2a3b9cd809
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user