diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-01-03 18:38:10 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-01-03 18:38:10 +0000 |
| commit | 2daf315a1b9609a275f5464d69409f81bd5db522 (patch) | |
| tree | b88ec5f209486952e15b432e6cdc0274e061add4 | |
| parent | 5bb92a57d0075526f105fe065e2264589ef7135b (diff) | |
added include of #LassoSamlAttribute header file for #LassoSamlAttributeStatement
| -rw-r--r-- | lasso/xml/saml_attribute_statement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/saml_attribute_statement.h b/lasso/xml/saml_attribute_statement.h index 09aee5d6..e4782a2b 100644 --- a/lasso/xml/saml_attribute_statement.h +++ b/lasso/xml/saml_attribute_statement.h @@ -30,6 +30,7 @@ extern "C" { #endif /* __cplusplus */ +#include <lasso/xml/saml_attribute.h> #include <lasso/xml/saml_subject_statement_abstract.h> #define LASSO_TYPE_SAML_ATTRIBUTE_STATEMENT (lasso_saml_attribute_statement_get_type()) |
