Author Topic: compilation error svn13972; Spellcheck; #include is missing  (Read 6144 times)

Offline blauzahn

  • Almost regular
  • **
  • Posts: 235
compilation error svn13972; Spellcheck; #include is missing
« 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>

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1905
Re: compilation error svn13972; Spellcheck; #include is missing
« Reply #1 on: August 26, 2026, 11:12:04 am »
Fixed in r13974, thank you.
« Last Edit: August 26, 2026, 01:17:25 pm by Miguel Gimenez »