From 63d7cc19a423e02f9e4c47f0ca655636b94e3c7f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 20 Apr 2015 20:04:59 +0200 Subject: [PATCH] (Mingw/MSVC) Buildfix --- settings_list.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings_list.h b/settings_list.h index 0ea6c45ba7..d2451c7e3a 100644 --- a/settings_list.h +++ b/settings_list.h @@ -21,6 +21,8 @@ #include #include +#include "command_event.h" + #ifdef __cplusplus extern "C" { #endif