Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 committed Aug 21, 2023
1 parent 96e6bb5 commit 166fbd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions LuaEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
#error Eluna could not determine platform
#endif

#ifdef ELUNA_WINDOWS
#include <windows.h>
#include <fileapi.h>
#endif

// Some dummy includes containing BOOST_VERSION:
// ObjectAccessor.h Config.h Log.h
#if !defined MANGOS
Expand Down

0 comments on commit 166fbd3

Please sign in to comment.