diff options
-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>
|