Skip to content

Commit 3058b66

Browse files
author
jere8184
authored
Update util.cpp
includes DbgHelp.h after windows.h to prevent errors
1 parent 3ebebd2 commit 3058b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nyan/util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#include <mutex>
1919

2020
#define WIN32_LEAN_AND_MEAN
21-
#include <DbgHelp.h>
2221
#include <Windows.h>
22+
#include <DbgHelp.h>
2323

2424

2525
namespace {

0 commit comments

Comments
 (0)