URL recipe in place
[metaproxy-moved-to-github.git] / src / xmlutil.cpp
index 288096f..ef86b2d 100644 (file)
@@ -16,11 +16,12 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
+#include "config.hpp"
+
 #include <metaproxy/xmlutil.hpp>
 
 #include <string.h>
 
-
 namespace mp = metaproxy_1;
 // Doxygen doesn't like mp::xml, so we use this instead
 namespace mp_xml = metaproxy_1::xml;