commit | 152874af8c226ec0e3a0f286a4c04b7b52d5cf0d | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Tue Feb 20 22:07:07 2024 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Feb 21 21:10:04 2024 -0500 |
tree | 312da1a42d60ee76e2616106faddfad8a1a89a51 | |
parent | caa60cc69f246caf4ce4825dc50eb60f6e1966e0 [diff] [blame] |
tests: remove temporary directory on setup and teardown Change-Id: I012b11a9d6a46769dc5f6e388ab6bd3f2644607e
diff --git a/daemon/face/unix-stream-factory.cpp b/daemon/face/unix-stream-factory.cpp index 27719eb..a1cc2fe 100644 --- a/daemon/face/unix-stream-factory.cpp +++ b/daemon/face/unix-stream-factory.cpp
@@ -25,7 +25,7 @@ #include "unix-stream-factory.hpp" -#include <boost/filesystem.hpp> +#include <boost/filesystem/operations.hpp> namespace nfd::face {