diff --git a/internal/platform/implementation/windows/bluetooth_adapter.cc b/internal/platform/implementation/windows/bluetooth_adapter.cc index 491169a8..a52dec15 100644 --- a/internal/platform/implementation/windows/bluetooth_adapter.cc +++ b/internal/platform/implementation/windows/bluetooth_adapter.cc @@ -14,6 +14,8 @@ #include "internal/platform/implementation/windows/bluetooth_adapter.h" +#include // These two headers must be defined +#include // first and in this order #include #include #include @@ -23,8 +25,6 @@ #include #include #include -#include // These two headers must be defined -#include // first and in this order #include