This commit is contained in:
Scott E. Graves 2024-07-11 13:01:06 -05:00
parent e56bcb6489
commit c6024c06ce

View File

@ -22,6 +22,8 @@
#ifndef LIBREPERTORY_INCLUDE_VERSION_HPP_
#define LIBREPERTORY_INCLUDE_VERSION_HPP_
#include <string_view>
namespace repertory {
[[nodiscard]] auto project_get_git_rev() -> std::string_view;