From 9ef3a62994aafe760925ce862a23122b08061990 Mon Sep 17 00:00:00 2001 From: Guobao SHEN Date: Tue, 13 Sep 2011 11:10:51 -0400 Subject: [PATCH] solve header include bug --- pvDataApp/misc/epicsException.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pvDataApp/misc/epicsException.h b/pvDataApp/misc/epicsException.h index 537cf5b..131fb80 100644 --- a/pvDataApp/misc/epicsException.h +++ b/pvDataApp/misc/epicsException.h @@ -42,8 +42,6 @@ #include #include -#include -#include // Users may redefine this for a large size if desired #ifndef EXCEPT_DEPTH @@ -51,7 +49,8 @@ #endif #if defined(__GLIBC__) || (defined(__APPLE__) && defined(__MACH__)) /* and possibly some BSDs */ -# include +# include +# include # define EXCEPT_USE_BACKTRACE #elif defined(_WIN32) && !defined(__MINGW__) && !defined(SKIP_DBGHELP) # include