Author Topic: compilation error svn13972; Spellcheck; #include is missing  (Read 110 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>

Offline Miguel Gimenez

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