Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
Akonadi
Commits
8c3d1f3b
Commit
8c3d1f3b
authored
Sep 01, 2020
by
Antonio Larrosa Jimenez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing #include <memory>
This is required by the use of std::unique_ptr
parent
e8aeab4e
Pipeline
#32587
passed with stage
in 36 minutes and 38 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/server/storage/dbconfig.cpp
src/server/storage/dbconfig.cpp
+1
-0
No files found.
src/server/storage/dbconfig.cpp
View file @
8c3d1f3b
...
...
@@ -15,6 +15,7 @@
#include <private/instance_p.h>
#include <QProcess>
#include <memory>
using
namespace
Akonadi
;
using
namespace
Akonadi
::
Server
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment