Skip to content

Commit

Permalink
Added headers on framework/platform files that fixes the 'identifier …
Browse files Browse the repository at this point in the history
…not found' errors when compiling through the SLN on Windows
  • Loading branch information
Giorox committed Oct 31, 2023
1 parent 23e0626 commit d6da773
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 d6da773

Please sign in to comment.