diff options
Diffstat (limited to 'src/lib/dhcpsrv/pgsql_exchange.cc')
-rw-r--r-- | src/lib/dhcpsrv/pgsql_exchange.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/pgsql_exchange.cc b/src/lib/dhcpsrv/pgsql_exchange.cc index 713ad8acd8..f32d07ca63 100644 --- a/src/lib/dhcpsrv/pgsql_exchange.cc +++ b/src/lib/dhcpsrv/pgsql_exchange.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -14,6 +14,8 @@ #include <sstream> #include <vector> +using namespace isc::db; + namespace isc { namespace dhcp { |