From eca5982cb677c34f19d37b8f47d68a5b40c822a4 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Tue, 28 Nov 2023 09:39:39 +0100 Subject: [PATCH] - coding style --- snapper/PluginsImpl.h | 2 +- snapper/Snapshot.cc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/snapper/PluginsImpl.h b/snapper/PluginsImpl.h index 5c315c1e..fff5eddd 100644 --- a/snapper/PluginsImpl.h +++ b/snapper/PluginsImpl.h @@ -30,7 +30,7 @@ namespace snapper { - using namespace std; + using std::string; class Filesystem; diff --git a/snapper/Snapshot.cc b/snapper/Snapshot.cc index 7092a5d1..68cd2146 100644 --- a/snapper/Snapshot.cc +++ b/snapper/Snapshot.cc @@ -50,6 +50,7 @@ namespace snapper { using std::list; + using std::regex; std::ostream& operator<<(std::ostream& s, const Snapshot& snapshot) -- 2.47.3