diff options
Diffstat (limited to 'plugins/FavContacts/src/stdafx.h')
-rw-r--r-- | plugins/FavContacts/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/FavContacts/src/stdafx.h b/plugins/FavContacts/src/stdafx.h index 8c123f1131..c0a65e1908 100644 --- a/plugins/FavContacts/src/stdafx.h +++ b/plugins/FavContacts/src/stdafx.h @@ -18,6 +18,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#pragma once
+
#define _CRT_SECURE_NO_DEPRECATE
#include <winsock2.h>
|