X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2FXMLObjectBuilder.h;fp=xmltooling%2FXMLObjectBuilder.h;h=7592dc78364994c218b038a5da306dc6ec66461b;hb=6bf08ad666ef628116800af401e2b058bc67554f;hp=ef54e1758df592109495956efd89a1075af387c6;hpb=817e9a3c23f861c4eddaa50baed5de6ea991fa54;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltooling/XMLObjectBuilder.h b/xmltooling/XMLObjectBuilder.h index ef54e17..7592dc7 100644 --- a/xmltooling/XMLObjectBuilder.h +++ b/xmltooling/XMLObjectBuilder.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Internet2 + * Copyright 2001-2009 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,12 +23,13 @@ #ifndef __xmltooling_xmlobjbuilder_h__ #define __xmltooling_xmlobjbuilder_h__ -#include -#include #include #include #include +#include +#include + #if defined (_MSC_VER) #pragma warning( push ) #pragma warning( disable : 4250 4251 )