10 lines
260 B
C++
10 lines
260 B
C++
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
|
|
|
|
#pragma once
|
|
|
|
#include <hilti/rt/3rdparty/ghc/filesystem.hpp>
|
|
|
|
namespace hilti::rt {
|
|
namespace filesystem = ::ghc::filesystem; // NOLINT(misc-unused-alias-decls)
|
|
} // namespace hilti::rt
|