summaryrefslogtreecommitdiffstats
path: root/src/lib/http/request.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/http/request.cc')
-rw-r--r--src/lib/http/request.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/http/request.cc b/src/lib/http/request.cc
index 678f8b605d..0d6529f58f 100644
--- a/src/lib/http/request.cc
+++ b/src/lib/http/request.cc
@@ -4,6 +4,8 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#include <config.h>
+
#include <http/request.h>
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>