Skip to content

Commit

Permalink
More fixes for Log.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberium committed Mar 5, 2024
1 parent 9e984bd commit d9e5850
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/realmd/RealmList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include "Util/Util.h" // for Tokens typedef
#include "Policies/Singleton.h"
#include "Database/DatabaseEnv.h"
#include "Log/Log.h"

INSTANTIATE_SINGLETON_1(RealmList);

Expand Down
1 change: 1 addition & 0 deletions src/shared/Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

#include "Util/Errors.h"
#include "Multithreading/Threading.h"
#include "Log/Log.h"

// included to use sleep_for()
#include <thread>
Expand Down
1 change: 1 addition & 0 deletions src/shared/Database/Database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <fstream>
#include <memory>
#include <cstdarg>
#include "Log/Log.h"

#define MIN_CONNECTION_POOL_SIZE 1
#define MAX_CONNECTION_POOL_SIZE 16
Expand Down

0 comments on commit d9e5850

Please sign in to comment.