diff options
Diffstat (limited to 'plugins/Weather/src/weather_svcs.cpp')
-rw-r--r-- | plugins/Weather/src/weather_svcs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Weather/src/weather_svcs.cpp b/plugins/Weather/src/weather_svcs.cpp index fdc93fdc06..972670128e 100644 --- a/plugins/Weather/src/weather_svcs.cpp +++ b/plugins/Weather/src/weather_svcs.cpp @@ -24,7 +24,7 @@ as required for a Miranda protocol. Also, it contains functions for building/changing the weather menu items.
*/
-#include "weather.h"
+#include "stdafx.h"
static HGENMENU hEnableDisablePopupMenu;
static HGENMENU hEnableDisableMenu;
|