Patch needed for NON-PCH Build Under Windows. Tim S.
Index: src/sdk/editorbase.cpp
===================================================================
--- src/sdk/editorbase.cpp (revision 6907)
+++ src/sdk/editorbase.cpp (working copy)
@@ -19,6 +19,7 @@
#include "editormanager.h"
#include "pluginmanager.h"
#include "cbproject.h" // FileTreeData
+ #include "projectmanager.h" // ProjectsArray
#include <wx/wfstream.h>
#endif
Index: src/plugins/contrib/ThreadSearch/ThreadSearchView.cpp
===================================================================
--- src/plugins/contrib/ThreadSearch/ThreadSearchView.cpp (revision 6907)
+++ src/plugins/contrib/ThreadSearch/ThreadSearchView.cpp (working copy)
@@ -17,6 +17,7 @@
#include "cbeditor.h"
#include "configmanager.h"
#include "editorcolourset.h"
+ #include "logmanager.h"
#endif
#include "cbstyledtextctrl.h"