diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/other_tools/git_operations/git_repo_remote.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/git_operations/git_repo_remote.cpp b/src/other_tools/git_operations/git_repo_remote.cpp index 9739362a..cb2ff7a0 100644 --- a/src/other_tools/git_operations/git_repo_remote.cpp +++ b/src/other_tools/git_operations/git_repo_remote.cpp @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include <src/other_tools/git_operations/git_repo_remote.hpp> +#include "src/other_tools/git_operations/git_repo_remote.hpp" #include "fmt/core.h" #include "nlohmann/json.hpp" |