diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-20 15:10:31 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-20 15:10:31 +0000 |
commit | e47b2e32698f33ff27fd0ac6383487b54b469234 (patch) | |
tree | cdbaef806b9686c46eb3bd86ac5e5821f5133958 | |
parent | 9525177af751e0449973e9de5d09d3987081795d (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@1509 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/Weather/weather.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Weather/weather.h b/protocols/Weather/weather.h index e2b4f268cd..1d6005c329 100644 --- a/protocols/Weather/weather.h +++ b/protocols/Weather/weather.h @@ -62,7 +62,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_clui.h>
#include <m_clc.h>
#include <m_fontservice.h>
-#include "m_cluiframes.h"
+#include <m_skin_eng.h>
+#include <m_cluiframes.h>
#include <m_popup.h>
|