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

Offline blauzahn

  • Almost regular
  • **
  • Posts: 235
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>