News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 11 December 2007 build will NOT be out.

Started by killerbot, December 11, 2007, 07:54:02 PM

Previous topic - Next topic

killerbot


stahta01

Patch I needed to compile on Windows without using PCH.

Tim S


Index: src/sdk/logmanager.cpp
===================================================================
--- src/sdk/logmanager.cpp (revision 4728)
+++ src/sdk/logmanager.cpp (working copy)
@@ -5,6 +5,11 @@
*/

#include "sdk_precomp.h"
+
+#ifndef CB_PRECOMP
+#include <wx/log.h>
+#endif
+
#include "logmanager.h"
#include "loggers.h"

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

thomas

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."