Skip to content

Commit b21aeb5

Browse files
Fix build in VS2022 17.13.0 (#2645)
1 parent 7e8c711 commit b21aeb5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Src/MouseHook.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include <StdAfx.h>
22
#include "MouseHook.h"
3-
#include <chrono>
43

54
#ifndef WM_MOUSEHWHEEL
65
# define WM_MOUSEHWHEEL 0x20e

Src/MouseHook.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <chrono>
2+
13
class CMouseHook
24
{
35
public:

0 commit comments

Comments
 (0)