Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Niam5 committed Aug 29, 2024
1 parent 589467d commit 4907167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion ElunaLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "ElunaUtility.h"
#include <fstream>
#include <sstream>
#include <thread>

#if defined USING_BOOST
#include <boost/filesystem.hpp>
Expand Down
3 changes: 3 additions & 0 deletions ElunaLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

#include "LuaEngine.h"

#include <thread>
#include <atomic>

#if defined ELUNA_TRINITY
#include <efsw/efsw.hpp>
#endif
Expand Down

0 comments on commit 4907167

Please sign in to comment.