summaryrefslogtreecommitdiff
path: root/ui/small_dlgs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/small_dlgs.cpp')
-rw-r--r--ui/small_dlgs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/small_dlgs.cpp b/ui/small_dlgs.cpp
index cb81431b..f6694586 100644
--- a/ui/small_dlgs.cpp
+++ b/ui/small_dlgs.cpp
@@ -11,6 +11,7 @@
#include "../algorithm.h"
#include "../shared/string_conv.h"
#include "../shared/util.h"
+#include "../shared/wx_choice_enum.h"
#include "../synchronization.h"
#include "../library/custom_grid.h"
#include "../shared/custom_button.h"
bgstack15