diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-22 20:57:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-22 20:57:18 +0000 |
commit | 252fef051a5ec3bd2d247976772f677d8c82e65d (patch) | |
tree | 0352cf5a6baf062ab307502153ec54b3c58560f0 /src/core/commonheaders.h | |
parent | 20015ea138dd46c88610d6d08486fba9d5fb5839 (diff) |
fix for the hardcoded xstatus checkbox
git-svn-id: http://svn.miranda-ng.org/main/trunk@2434 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/commonheaders.h')
-rw-r--r-- | src/core/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/commonheaders.h b/src/core/commonheaders.h index 79be0e0ecf..f691cf8c26 100644 --- a/src/core/commonheaders.h +++ b/src/core/commonheaders.h @@ -98,6 +98,7 @@ using namespace std; #include <m_help.h>
#include <m_timezones.h>
#include <m_extraicons.h>
+#include <m_xstatus.h>
#include "miranda.h"
#include "stdplug.h"
|