From 0e854af70f6f330e63aa36fde125fbb0ca4ff8ef Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 18 Dec 2018 15:40:58 +0300 Subject: C++ exceptions are disabled in all cases where they just prevent warnings --- protocols/Discord/src/stdafx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/Discord/src') diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h index 10891296e9..7f23c5d300 100644 --- a/protocols/Discord/src/stdafx.h +++ b/protocols/Discord/src/stdafx.h @@ -8,6 +8,8 @@ #include #include #include + +#include #include #include #include -- cgit v1.2.3