diff --git a/pcbnew/widgets/appearance_controls_base.cpp b/pcbnew/widgets/appearance_controls_base.cpp
index a53a4cbdba..ebab96b962 100644
--- a/pcbnew/widgets/appearance_controls_base.cpp
+++ b/pcbnew/widgets/appearance_controls_base.cpp
@@ -166,11 +166,11 @@ APPEARANCE_CONTROLS_BASE::APPEARANCE_CONTROLS_BASE( wxWindow* parent, wxWindowID
wxBoxSizer* bPresetsLabels;
bPresetsLabels = new wxBoxSizer( wxHORIZONTAL );
- presetsLabel = new wxStaticText( this, wxID_ANY, _( "Presets:" ), wxDefaultPosition, wxDefaultSize, 0 );
+ presetsLabel = new wxStaticText( this, wxID_ANY, _("Presets:"), wxDefaultPosition, wxDefaultSize, 0 );
presetsLabel->Wrap( -1 );
bPresetsLabels->Add( presetsLabel, 1, wxRIGHT|wxLEFT, 2 );
- presetsHotkey = new wxStaticText( this, wxID_ANY, wxT("(Ctrl+Tab)"), wxDefaultPosition, wxDefaultSize, 0 );
+ presetsHotkey = new wxStaticText( this, wxID_ANY, _("(Ctrl+Tab)"), wxDefaultPosition, wxDefaultSize, 0 );
presetsHotkey->Wrap( -1 );
bPresetsLabels->Add( presetsHotkey, 0, wxRIGHT|wxLEFT, 2 );
diff --git a/pcbnew/widgets/appearance_controls_base.fbp b/pcbnew/widgets/appearance_controls_base.fbp
index e62c9db139..bec2d28f69 100644
--- a/pcbnew/widgets/appearance_controls_base.fbp
+++ b/pcbnew/widgets/appearance_controls_base.fbp
@@ -15,7 +15,7 @@
1000
none
- 0
+ 1
Appearance Panel
.
diff --git a/pcbnew/widgets/appearance_controls_base.h b/pcbnew/widgets/appearance_controls_base.h
index 6da9be1054..2e51f0b7d4 100644
--- a/pcbnew/widgets/appearance_controls_base.h
+++ b/pcbnew/widgets/appearance_controls_base.h
@@ -9,6 +9,7 @@
#include
#include
+#include
class BITMAP_BUTTON;
class WX_GRID;
diff --git a/pcbnew/widgets/panel_selection_filter_base.fbp b/pcbnew/widgets/panel_selection_filter_base.fbp
index d5e09b1d62..c7e4d1753a 100644
--- a/pcbnew/widgets/panel_selection_filter_base.fbp
+++ b/pcbnew/widgets/panel_selection_filter_base.fbp
@@ -15,7 +15,7 @@
1000
none
- 0
+ 1
Selection Filter
.
diff --git a/pcbnew/widgets/panel_selection_filter_base.h b/pcbnew/widgets/panel_selection_filter_base.h
index a37416b66e..e2f4f580c1 100644
--- a/pcbnew/widgets/panel_selection_filter_base.h
+++ b/pcbnew/widgets/panel_selection_filter_base.h
@@ -9,6 +9,7 @@
#include
#include
+#include
#include
#include
#include