diff options
author | George Hazan <ghazan@miranda.im> | 2019-09-30 12:50:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-09-30 12:50:21 +0300 |
commit | 66def089b899d96c3ec44d91483488a99d01f188 (patch) | |
tree | 1c62ebef1f51d931939f3205d66c3d9727b886a1 /include | |
parent | 0abc2590e4c11f2b852e87640c5c72b817115120 (diff) |
another compilation fix
Diffstat (limited to 'include')
-rw-r--r-- | include/m_srmm_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 23524f269b..54fa90f6f3 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_SRMM_INT_H__ #define M_SRMM_INT_H__ 1 -#include <m_core.h> +#include <m_gui.h> /////////////////////////////////////////////////////////////////////////////////////////////////////////////// // toolbar button internal representation |