diff options
author | Andrei Pavel <andrei.pavel@qualitance.com> | 2016-12-14 15:15:52 +0100 |
---|---|---|
committer | Andrei Pavel <andrei.pavel@qualitance.com> | 2016-12-14 15:15:52 +0100 |
commit | 083dfcb218dfb2f88495b1355e3a548b30ec4d09 (patch) | |
tree | 69764988222709dc30d0b55cd06a2ccb528c4f36 /src/lib/eval/evaluate.cc | |
parent | [master] Addressed doxygen warnings raised. (diff) | |
download | kea-083dfcb218dfb2f88495b1355e3a548b30ec4d09.tar.xz kea-083dfcb218dfb2f88495b1355e3a548b30ec4d09.zip |
Added #include <config.h> to all .cc files.
Diffstat (limited to 'src/lib/eval/evaluate.cc')
-rw-r--r-- | src/lib/eval/evaluate.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/eval/evaluate.cc b/src/lib/eval/evaluate.cc index bb947f1991..7858d075bf 100644 --- a/src/lib/eval/evaluate.cc +++ b/src/lib/eval/evaluate.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 <eval/evaluate.h> namespace isc { |