diff options
Diffstat (limited to '')
-rw-r--r-- | src/world/Section.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/world/Section.hpp b/src/world/Section.hpp index 3065cbd..36fc91a 100644 --- a/src/world/Section.hpp +++ b/src/world/Section.hpp @@ -3,6 +3,7 @@ #include <vector> #include <map> #include <condition_variable> +#include <easylogging++.h> #include "Block.hpp" #include "../packet/Field.hpp" |