fix missing include

This commit is contained in:
2022-08-20 16:11:48 +02:00
parent e3aefb24ee
commit b6f0c5e89f
2 changed files with 1 additions and 3 deletions

View File

@ -64,8 +64,6 @@ using namespace std;
#include "tui.h"
#include "logger/logger.h"
#include "chunk.h"
extern Logger* logging;
template <typename T, typename I> T* iterator_to_pointer(I i)