diff options
-rw-r--r-- | ebooks.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebooks.cpp b/ebooks.cpp index 52247da..1371ffc 100644 --- a/ebooks.cpp +++ b/ebooks.cpp | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <yaml-cpp/yaml.h> | 10 | #include <yaml-cpp/yaml.h> |
11 | #include <thread> | 11 | #include <thread> |
12 | #include <chrono> | 12 | #include <chrono> |
13 | #include <algorithm> | ||
13 | 14 | ||
14 | int main(int argc, char** args) | 15 | int main(int argc, char** args) |
15 | { | 16 | { |