summaryrefslogtreecommitdiff
path: root/src/wx/focus_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/focus_manager.h')
-rw-r--r--src/wx/focus_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/focus_manager.h b/src/wx/focus_manager.h
index 3c91c22fa..337d87739 100644
--- a/src/wx/focus_manager.h
+++ b/src/wx/focus_manager.h
@@ -18,11 +18,14 @@
*/
+
#include <boost/signals2.hpp>
+
class wxTextCtrl;
class wxFocusEvent;
+
/** @class FocusManager class
* @brief A central point for notifications about when wxTextCtrls get focus in the main window.
*