Skip to content

Commit f427808

Browse files
committed
Include windows.h instead of memoryapi.h and synchapi.h
1 parent 9209e10 commit f427808

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/source/Host/common/MemoryMonitor.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
#endif
2626

2727
#if defined(_WIN32)
28-
#include <memoryapi.h>
29-
#include <synchapi.h>
28+
#include <windows.h>
3029
#endif
3130

3231
using namespace lldb_private;

0 commit comments

Comments
 (0)