Add missing include

This commit is contained in:
Matthieu Gautier 2020-10-07 18:43:57 +02:00
parent 9c925f6778
commit 632583ede2
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#ifndef KIWIX_XMLRPC_H_
#define KIWIX_XMLRPC_H_
#include <stdexcept>
#include <tools/otherTools.h>
#include <pugixml.hpp>