diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-26 21:48:45 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-26 21:48:45 -0400 |
commit | 3d17166d4304228cbb4ab1cd924fca5a7a2e85f5 (patch) | |
tree | a4aae2fb7ea6a9074bb85b5e0a2942326102f70b | |
parent | 4d217ac6122120d9e86248432594864e114e3a46 (diff) | |
download | rawr-ebooks-3d17166d4304228cbb4ab1cd924fca5a7a2e85f5.tar.gz rawr-ebooks-3d17166d4304228cbb4ab1cd924fca5a7a2e85f5.tar.bz2 rawr-ebooks-3d17166d4304228cbb4ab1cd924fca5a7a2e85f5.zip |
Added #include <algorithm>
-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 | { |