Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
CC NONPCH issue/patch for wxWidgets 3.3
(1/1)
			stahta01:
			
			
--- Code:  ---Subject: codecompletion: Add include of "wx/xrc/xmlres.h" for nonPCH builds
---
 src/plugins/codecompletion/parsemanager.cpp | 1 +
 1 file changed, 1 insertion(+)
diff --git a/src/plugins/codecompletion/parsemanager.cpp b/src/plugins/codecompletion/parsemanager.cpp
index 281fb5142..21d3e7b7e 100644
--- a/src/plugins/codecompletion/parsemanager.cpp
+++ b/src/plugins/codecompletion/parsemanager.cpp
@@ -16,6 +16,7 @@
     #include <wx/log.h> // for wxSafeShowMessage()
     #include <wx/regex.h>
     #include <wx/wfstream.h>
+    #include <wx/xrc/xmlres.h>
 
     #include <cbauibook.h>
     #include <cbeditor.h>
-- 
--- End code ---
		
			Miguel Gimenez:
			
			Applied in r13656, thank you.
		
Navigation
[0] Message Index
Go to full version