Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Windows/Control/ComboBox.h')
-rwxr-xr-xWindows/Control/ComboBox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Windows/Control/ComboBox.h b/Windows/Control/ComboBox.h
index 7ff12c38..d4ffd23e 100755
--- a/Windows/Control/ComboBox.h
+++ b/Windows/Control/ComboBox.h
@@ -6,6 +6,8 @@
#include "Windows/Window.h"
#include "Windows/Defs.h"
+#include <commctrl.h>
+
namespace NWindows {
namespace NControl {