Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
server:database
arangodb3
0005-ShellConsoleFeature-is-incomplete-class.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0005-ShellConsoleFeature-is-incomplete-class.patch of Package arangodb3
From 084a27777795a097bf760e6d00856cdd78ae7130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@gmail.com> Date: Thu, 9 Mar 2023 11:07:11 +0100 Subject: [PATCH 5/7] ShellConsoleFeature is incomplete class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Klaus Kämpf <kkaempf@gmail.com> --- client-tools/Benchmark/arangobench.cpp | 1 + client-tools/Dump/arangodump.cpp | 1 + client-tools/Export/arangoexport.cpp | 1 + client-tools/Import/arangoimport.cpp | 1 + client-tools/Restore/arangorestore.cpp | 1 + 5 files changed, 5 insertions(+) diff --git a/client-tools/Benchmark/arangobench.cpp b/client-tools/Benchmark/arangobench.cpp index 8a89c597a5d..7bd66718b4b 100644 --- a/client-tools/Benchmark/arangobench.cpp +++ b/client-tools/Benchmark/arangobench.cpp @@ -50,6 +50,7 @@ #include "ProgramOptions/ProgramOptions.h" #include "Random/RandomFeature.h" #include "Shell/ClientFeature.h" +#include "Shell/ShellConsoleFeature.h" #include "Ssl/SslFeature.h" using namespace arangodb; diff --git a/client-tools/Dump/arangodump.cpp b/client-tools/Dump/arangodump.cpp index 36b6d87a9f0..5dd6247dde7 100644 --- a/client-tools/Dump/arangodump.cpp +++ b/client-tools/Dump/arangodump.cpp @@ -44,6 +44,7 @@ #include "ProgramOptions/ProgramOptions.h" #include "Random/RandomFeature.h" #include "Shell/ClientFeature.h" +#include "Shell/ShellConsoleFeature.h" #include "Ssl/SslFeature.h" #ifdef USE_ENTERPRISE diff --git a/client-tools/Export/arangoexport.cpp b/client-tools/Export/arangoexport.cpp index d237be8d44f..66f8454a4ad 100644 --- a/client-tools/Export/arangoexport.cpp +++ b/client-tools/Export/arangoexport.cpp @@ -46,6 +46,7 @@ #include "ProgramOptions/ProgramOptions.h" #include "Random/RandomFeature.h" #include "Shell/ClientFeature.h" +#include "Shell/ShellConsoleFeature.h" #include "Ssl/SslFeature.h" #ifdef USE_ENTERPRISE diff --git a/client-tools/Import/arangoimport.cpp b/client-tools/Import/arangoimport.cpp index 421c049c7c9..ca604a7b75e 100644 --- a/client-tools/Import/arangoimport.cpp +++ b/client-tools/Import/arangoimport.cpp @@ -46,6 +46,7 @@ #include "ProgramOptions/ProgramOptions.h" #include "Random/RandomFeature.h" #include "Shell/ClientFeature.h" +#include "Shell/ShellConsoleFeature.h" #include "Ssl/SslFeature.h" #ifdef USE_ENTERPRISE diff --git a/client-tools/Restore/arangorestore.cpp b/client-tools/Restore/arangorestore.cpp index aa145debac8..1b909151c14 100644 --- a/client-tools/Restore/arangorestore.cpp +++ b/client-tools/Restore/arangorestore.cpp @@ -43,6 +43,7 @@ #include "Random/RandomFeature.h" #include "Restore/RestoreFeature.h" #include "Shell/ClientFeature.h" +#include "Shell/ShellConsoleFeature.h" #include "Ssl/SslFeature.h" #ifdef USE_ENTERPRISE -- 2.39.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor