From 1dbb16169c1902c6ca93aa6b9c15c4cf10e43b0a Mon Sep 17 00:00:00 2001 From: Colin Law Date: Mon, 8 Jun 2009 08:53:50 +0100 Subject: [PATCH] Fix compile error in TortoiseShell build. Error introduced by fix of issue 94 --- src/Git/GitRev.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Git/GitRev.cpp b/src/Git/GitRev.cpp index 31a38ad2e..c428f9c3e 100644 --- a/src/Git/GitRev.cpp +++ b/src/Git/GitRev.cpp @@ -1,4 +1,5 @@ #include "StdAfx.h" +#include "ATLComTime.h" #include "GitRev.h" #include "Git.h" -- 2.11.4.GIT