=== modified file 'src/ICAP/AsyncJob.h' --- src/ICAP/AsyncJob.h 2008-09-30 17:19:29 +0000 +++ src/ICAP/AsyncJob.h 2008-10-07 14:16:35 +0000 @@ -9,6 +9,7 @@ #include "AsyncCall.h" +#include "TextException.h" /** \defgroup AsyncJobAPI Async-Jobs API @@ -30,8 +31,6 @@ * asynchronous calls. */ -class std::exception; - /// \ingroup AsyncJobAPI class AsyncJob { === modified file 'src/TextException.h' --- src/TextException.h 2008-09-30 17:19:29 +0000 +++ src/TextException.h 2008-10-07 14:12:23 +0000 @@ -1,6 +1,9 @@ #ifndef SQUID__TEXTEXCEPTION_H #define SQUID__TEXTEXCEPTION_H +#include "squid.h" +#include + // Origin: xstd/TextException