Fix the Windows build for the final time.
This commit is contained in:
parent
c1a934f7ed
commit
24ba058404
|
@ -7,16 +7,16 @@
|
|||
#define NTDDI_VERSION NTDDI_WINXPSP2
|
||||
|
||||
#include <algorithm>
|
||||
#include <BluetoothAPIs.h>
|
||||
#include <bthdef.h>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <ctime>
|
||||
#include <dbt.h>
|
||||
#include <setupapi.h>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <windows.h>
|
||||
// The following Windows headers MUST be included after windows.h.
|
||||
#include <BluetoothAPIs.h> //NOLINT
|
||||
#include <dbt.h> //NOLINT
|
||||
#include <setupapi.h> //NOLINT
|
||||
|
||||
#include "Common/Common.h"
|
||||
#include "Common/StringUtil.h"
|
||||
|
|
Loading…
Reference in New Issue