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 --- plugins/Boltun/src/stdafx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Boltun/src') diff --git a/plugins/Boltun/src/stdafx.h b/plugins/Boltun/src/stdafx.h index 3ac662479c..18153fec0e 100644 --- a/plugins/Boltun/src/stdafx.h +++ b/plugins/Boltun/src/stdafx.h @@ -22,6 +22,8 @@ #define _BOLTUN_H #include + +#include #include #include #include -- cgit v1.2.3