From c6024c06ceb349f03b2d3b66932aa6318322914b Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 11 Jul 2024 13:01:06 -0500 Subject: [PATCH] fix --- repertory/librepertory/include/version.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repertory/librepertory/include/version.hpp b/repertory/librepertory/include/version.hpp index f14cd814..417e39fd 100644 --- a/repertory/librepertory/include/version.hpp +++ b/repertory/librepertory/include/version.hpp @@ -22,6 +22,8 @@ #ifndef LIBREPERTORY_INCLUDE_VERSION_HPP_ #define LIBREPERTORY_INCLUDE_VERSION_HPP_ +#include + namespace repertory { [[nodiscard]] auto project_get_git_rev() -> std::string_view;