summaryrefslogtreecommitdiff
path: root/plugins/GmailNotifier/src/check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/GmailNotifier/src/check.cpp')
-rw-r--r--plugins/GmailNotifier/src/check.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/GmailNotifier/src/check.cpp b/plugins/GmailNotifier/src/check.cpp
index dc5e8f8739..15d71299ad 100644
--- a/plugins/GmailNotifier/src/check.cpp
+++ b/plugins/GmailNotifier/src/check.cpp
@@ -1,6 +1,7 @@
-#include "gmail.h"
+#include "stdafx.h"
+
+#pragma comment(lib, "Wininet.lib")
-// #include <stdio.h>
void CheckMailInbox(Account *curAcc)
{