X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2Fbase.h;fp=xmltooling%2Fbase.h;h=0ffb39cf1f9ebda1b82725291cb26729118a9de0;hb=9831e93ec43bcc73d4a8f5b9e73d3605f932144b;hp=77754ff97123a717ba8aa30417e10bfe3e4ecff7;hpb=3f26b3d8d7cc7ec610275c999c35f9854fad495d;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltooling/base.h b/xmltooling/base.h index 77754ff..0ffb39c 100644 --- a/xmltooling/base.h +++ b/xmltooling/base.h @@ -26,6 +26,9 @@ #include +/* Required for sprintf, used by integer XML attribute macros. */ +#include + #if defined (_MSC_VER) || defined(__BORLANDC__) #include #else