summaryrefslogtreecommitdiffstats
path: root/src/bin/agent/tests/parser_unittests.cc
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2018-05-16 20:17:07 +0200
committerTomek Mrugalski <tomasz@isc.org>2018-05-16 20:17:07 +0200
commit26a40b480c6b427973402613fda290ad249efddd (patch)
tree28bf4cce3e23f56877554ffbad8f9ad0869dae2b /src/bin/agent/tests/parser_unittests.cc
parent[master] Do not use std::rand in long response unit test. (diff)
downloadkea-26a40b480c6b427973402613fda290ad249efddd.tar.xz
kea-26a40b480c6b427973402613fda290ad249efddd.zip
[5521] Missing config.h includes added
Diffstat (limited to 'src/bin/agent/tests/parser_unittests.cc')
-rw-r--r--src/bin/agent/tests/parser_unittests.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/agent/tests/parser_unittests.cc b/src/bin/agent/tests/parser_unittests.cc
index c7d8fb7c3b..421c4e3e57 100644
--- a/src/bin/agent/tests/parser_unittests.cc
+++ b/src/bin/agent/tests/parser_unittests.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 <gtest/gtest.h>
#include <cc/data.h>
#include <agent/parser_context.h>