Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: blauzahn on August 26, 2026, 03:57:09 am
Title:
compilation error svn13972; Spellcheck; #include is missing
Post by:
blauzahn
on
August 26, 2026, 03:57:09 am
SpellCheckSettingsPanel.cpp needs to #include
Code
#include <wx/settings.h>
$ wx-config --version
3.2.11
non-pch build via cmake makefiles on Linux.
btw: SpellCheckSettingsPanel.h does not need to #include
Code
#include <map>
#include <vector>
Title:
Re: compilation error svn13972; Spellcheck; #include is missing
Post by:
Miguel Gimenez
on
August 26, 2026, 11:12:04 am
Fixed in r13974 (https://sourceforge.net/p/codeblocks/code/13974/), thank you.