diff options
Diffstat (limited to 'plugins/Weather/src/weather_ini.cpp')
-rw-r--r-- | plugins/Weather/src/weather_ini.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Weather/src/weather_ini.cpp b/plugins/Weather/src/weather_ini.cpp index f39cb973ac..3a55f8554d 100644 --- a/plugins/Weather/src/weather_ini.cpp +++ b/plugins/Weather/src/weather_ini.cpp @@ -25,7 +25,7 @@ weather ini files and store them into memory. Also containing code for unloading and getting weather data from the ini settings.
*/
-#include "weather.h"
+#include "stdafx.h"
HWND hWndSetup;
|