fix missing include

This commit is contained in:
Hendrik Schutter 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)

View File

@ -22,7 +22,7 @@
//#define DEMO_DRIVE_SIZE 1024*1024*256L // 256MB
//#define DEMO_DRIVE_SIZE 1024*1024*1024L // 1GB
#define DEMO_DRIVE_SIZE 1024*1024*1024*10L // 10GB
//#define DEMO_DRIVE_SIZE 1024*1024*1024*10L // 10GB
typedef int fileDescriptor;