-rw-r--r-- | test/OP.cc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,5 +3,4 @@ #include <cassert> #include <string> -#include <ext/algorithm> using namespace std; #include <kingate/exception.h> @@ -17,4 +16,9 @@ using namespace std; #include <opkele/sreg.h> +#include "config.h" +#ifdef HAVE_EXT_ALGORITHM_H +# include <ext/algorithm> +#endif + #include "sqlite.h" #include "kingate_openid_message.h" |