|
From: Eran I. <no...@so...> - 2013-12-21 08:04:11
|
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 5f8f940b71ca8a0967561fbf0e4feccc8cb9e188 (commit)
from e8e93f99cd69f39d122dbfc6ba2d1e3b7eb0f2ac (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/5f8f940b71ca8a0967561fbf0e4feccc8cb9e188
commit 5f8f940b71ca8a0967561fbf0e4feccc8cb9e188
Author: Eran <era...@gm...>
Date: Sat Dec 21 10:03:57 2013 +0200
Added missing include headers
diff --git a/git/git.cpp b/git/git.cpp
index 4236dab..d9518c3 100644
--- a/git/git.cpp
+++ b/git/git.cpp
@@ -30,6 +30,7 @@
#include "environmentconfig.h"
#include "dirsaver.h"
#include <wx/sstream.h>
+#include <wx/msgdlg.h>
static GitPlugin* thePlugin = NULL;
#define GIT_MESSAGE(...) m_console->AddText(wxString::Format(__VA_ARGS__));
diff --git a/git/gitentry.cpp b/git/gitentry.cpp
index 7acc44b..0678856 100644
--- a/git/gitentry.cpp
+++ b/git/gitentry.cpp
@@ -3,6 +3,7 @@
#include "gitentry.h"
#include <wx/sstream.h>
+#include <wx/fileconf.h>
const wxEventType wxEVT_GIT_CONFIG_CHANGED = ::wxNewEventType();
-----------------------------------------------------------------------
Summary of changes:
git/git.cpp | 1 +
git/gitentry.cpp | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
codelite
|