]> granicus.if.org Git - pdns/commitdiff
Fix misc/exception.hpp include condition
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 24 Mar 2017 10:31:54 +0000 (11:31 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 24 Mar 2017 10:31:54 +0000 (11:31 +0100)
luawrapper 93ab8b23 2d6e90a2

ext/luawrapper/include/LuaContext.hpp

index 82982beec069308e36f2396d5c0518a7027f6461..0cf1a434fd59fa0fa9d21eaadb10640415d11906 100644 (file)
@@ -54,7 +54,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <boost/type_traits.hpp>
 #include <lua.hpp>
 
-#ifdef _MSC_VER
+#if defined(_MSC_VER) && _MSC_VER < 1900
 #   include "misc/exception.hpp"
 #endif