|
From: Eran I. <no...@so...> - 2013-12-21 08:15:07
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "codelite".
The branch, master has been updated
via 78aa2841b779c1325707ec6003a4094e359df047 (commit)
from 5f8f940b71ca8a0967561fbf0e4feccc8cb9e188 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/codelite/codelitegit/ci/78aa2841b779c1325707ec6003a4094e359df047
commit 78aa2841b779c1325707ec6003a4094e359df047
Author: eran <er...@os...>
Date: Sat Dec 21 00:14:50 2013 -0800
Fixed build on OSX
diff --git a/git/gitentry.cpp b/git/gitentry.cpp
index 0678856..cad2a84 100644
--- a/git/gitentry.cpp
+++ b/git/gitentry.cpp
@@ -4,6 +4,8 @@
#include "gitentry.h"
#include <wx/sstream.h>
#include <wx/fileconf.h>
+#include <wx/msgdlg.h>
+#include <wx/ffile.h>
const wxEventType wxEVT_GIT_CONFIG_CHANGED = ::wxNewEventType();
@@ -207,4 +209,4 @@ void GitEntry::WriteGitProperties(const wxString& localRepoPath, const GitEntry:
}
}
}
-}
\ No newline at end of file
+}
-----------------------------------------------------------------------
Summary of changes:
git/gitentry.cpp | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
codelite
|