From 4a4b1269fa4b55dd3b121dc9f84196aa67b5dde1 Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Thu, 21 Feb 2008 16:13:37 +0000 Subject: [PATCH] include: Include excpt.h from wine/exception.h. Some files use wine/exception.h without also including excpt.h, but excpt.h is needed when using native exception handling. --- include/wine/exception.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wine/exception.h b/include/wine/exception.h index 3a14a18eb24..fc90364a69d 100644 --- a/include/wine/exception.h +++ b/include/wine/exception.h @@ -23,6 +23,7 @@ #include #include +#include /* The following definitions allow using exceptions in Wine and Winelib code * -- 2.11.4.GIT