diff options
-rw-r--r-- | src/lib/utils/fs.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/utils/fs.cpp b/src/lib/utils/fs.cpp index 268512325..aee9294c4 100644 --- a/src/lib/utils/fs.cpp +++ b/src/lib/utils/fs.cpp @@ -7,6 +7,8 @@ #include <botan/fs.h> #include <algorithm> #include <deque> +#include <functional> +#include <memory> #if defined(BOTAN_HAS_BOOST_FILESYSTEM) #include <boost/filesystem.hpp> |