X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp-resolver.git;a=blobdiff_plain;f=src%2Fshibresolver%2Fbase.h;h=023d866b7edbc8fba5838a52bfff279c01dd0737;hp=ae5d1f75c2b38c105f7985af01ee4101d8739e28;hb=5faba179b771abf24c08e4537d2d171096079f87;hpb=bbbc0618f8db436d3deb9daa31f1cd79eb93852a diff --git a/src/shibresolver/base.h b/src/shibresolver/base.h index ae5d1f7..023d866 100644 --- a/src/shibresolver/base.h +++ b/src/shibresolver/base.h @@ -1,5 +1,5 @@ /* - * Copyright 2010 JANET(UK) + * Copyright 2011 JANET(UK) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,6 +26,13 @@ #include + +#if defined (_MSC_VER) || defined(__BORLANDC__) + #include +#else + #include +#endif + // Windows and GCC4 Symbol Visibility Macros #ifdef WIN32 #define SHIBRESOLVER_IMPORT __declspec(dllimport)