diff options
| author | Jan Sucan <jan@jansucan.com> | 2024-04-14 11:51:34 +0200 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2024-05-04 15:46:47 +0200 |
| commit | 16ff70613a95d7f85f4cab09f2b3316f67e5901b (patch) | |
| tree | c7b7768dd048d2ca040ea09c2e9df554d6f1e5ad /src/main.cpp | |
| parent | 451be15d119d4d485d06f19f15d9a996cefb5288 (diff) | |
Move input and output buffering to classes
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
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" |
