From 16ff70613a95d7f85f4cab09f2b3316f67e5901b Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sun, 14 Apr 2024 11:51:34 +0200 Subject: Move input and output buffering to classes --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 0810f04..8f6dac5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,6 +25,7 @@ */ #include "backup.h" +#include "buffered_file.h" #include "options.h" #include "restore.h" -- cgit v1.2.3