Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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