diff options
Diffstat (limited to 'plugins/Weather')
-rw-r--r-- | plugins/Weather/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Weather/src/stdafx.h b/plugins/Weather/src/stdafx.h index 6242d93cae..d9ec87c558 100644 --- a/plugins/Weather/src/stdafx.h +++ b/plugins/Weather/src/stdafx.h @@ -22,6 +22,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. the structs, and the primitives for some of the functions.
*/
+#pragma once
+
//============ THE INCLUDES ===========
#include <share.h>
|