Skip to content

Commit

Permalink
build: add shellapi and timeapi includes to fix visual studio solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorox authored Nov 4, 2023
1 parent 23e0626 commit 050d29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/framework/platform/win32platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#ifdef WIN32

#include <shellapi.h>
#include <tchar.h>
#include <framework/stdext/stdext.h>

Expand Down
1 change: 1 addition & 0 deletions src/framework/platform/win32window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#ifdef WIN32

#include <timeapi.h>
#include "win32window.h"
#include <client/map.h>
#include <framework/core/application.h>
Expand Down

0 comments on commit 050d29c

Please sign in to comment.