diff options
Diffstat (limited to 'plugins/Weather/src/weather_http.cpp')
-rw-r--r-- | plugins/Weather/src/weather_http.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Weather/src/weather_http.cpp b/plugins/Weather/src/weather_http.cpp index f6258efb74..7d6f0e1ff0 100644 --- a/plugins/Weather/src/weather_http.cpp +++ b/plugins/Weather/src/weather_http.cpp @@ -23,7 +23,7 @@ This file contain the source related to downloading weather info from the web using netlib
*/
-#include "weather.h"
+#include "stdafx.h"
HANDLE hNetlibUser, hNetlibHttp;
|