Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Sep 13, 2023
1 parent f4ea93a commit 8325533
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/filesystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <boost/filesystem/operations.hpp>
#include <boost/system/error_code.hpp>
#include <errno.h>
#include <fcntl.h>
#include <fmt/core.h>
#include <ftw.h>
#include <limits.h>
Expand All @@ -59,6 +60,7 @@
#include "utils/ports.h"
#include "utils/safe_strerror_posix.h"
#include "utils/string_view.h"
#include "utils/strings.h"

#define getcwd_ getcwd
#define rmdir_ rmdir
Expand Down
2 changes: 2 additions & 0 deletions src/utils/filesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@

namespace dsn {
namespace utils {
enum class FileDataType;

namespace filesystem {

int get_normalized_path(const std::string &path, std::string &npath);
Expand Down

0 comments on commit 8325533

Please sign in to comment.