summaryrefslogtreecommitdiff
path: root/wx+/no_flicker.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/no_flicker.h')
-rw-r--r--wx+/no_flicker.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/wx+/no_flicker.h b/wx+/no_flicker.h
index fb315de0..ea9efb4d 100644
--- a/wx+/no_flicker.h
+++ b/wx+/no_flicker.h
@@ -7,7 +7,8 @@
#ifndef NO_FLICKER_HEADER_893421590321532
#define NO_FLICKER_HEADER_893421590321532
-#include <wx/window.h>
+#include <wx/textctrl.h>
+#include <wx/stattext.h>
namespace zen
{
bgstack15