Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

compilation error svn13972; Spellcheck; #include is missing

(1/1)

blauzahn:
SpellCheckSettingsPanel.cpp needs to #include


--- Code: ---#include <wx/settings.h>

--- End code ---

$ 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>

--- End code ---

Miguel Gimenez:
Fixed in r13974, thank you.

Navigation

[0] Message Index

Go to full version