aboutsummaryrefslogtreecommitdiff
path: root/load
diff options
context:
space:
mode:
Diffstat (limited to 'load')
-rw-r--r--load/load.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/load/load.cxx b/load/load.cxx
index 3dbf2fb..8cc9730 100644
--- a/load/load.cxx
+++ b/load/load.cxx
@@ -33,7 +33,10 @@
#include <load/load-options.hxx>
-using namespace std;
+using std::cout;
+using std::cerr;
+using std::endl;
+
using namespace odb::core;
using namespace butl;
using namespace bpkg;