diff options
Diffstat (limited to 'plugins/GmailNotifier/src/main.cpp')
-rw-r--r-- | plugins/GmailNotifier/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/GmailNotifier/src/main.cpp b/plugins/GmailNotifier/src/main.cpp index d6c8413266..a4d3556299 100644 --- a/plugins/GmailNotifier/src/main.cpp +++ b/plugins/GmailNotifier/src/main.cpp @@ -7,7 +7,7 @@ modify it as they wish with no restriction. There is no warranty.
*/
-#include "gmail.h"
+#include "stdafx.h"
#include "version.h"
HINSTANCE hInst;
|