aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2024-04-14 11:51:34 +0200
committerJán Sučan <jan@jansucan.com>2024-05-04 15:46:47 +0200
commit16ff70613a95d7f85f4cab09f2b3316f67e5901b (patch)
treec7b7768dd048d2ca040ea09c2e9df554d6f1e5ad /src/main.cpp
parent451be15d119d4d485d06f19f15d9a996cefb5288 (diff)
Move input and output buffering to classes
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
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"