Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Thunderbolt Integration
Commits
79beaa57
Commit
79beaa57
authored
Mar 07, 2021
by
Heiko Becker
Browse files
Include <thread> for std::this_thread::sleep_for
Fixes the build with gcc11.
parent
2e5ee2ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
autotests/fakeserver/fakedevice.cpp
View file @
79beaa57
...
...
@@ -25,6 +25,7 @@
#include <QDBusError>
#include <chrono>
#include <thread>
using
namespace
std
::
chrono_literals
;
...
...
autotests/fakeserver/fakemanager.cpp
View file @
79beaa57
...
...
@@ -29,6 +29,7 @@
#include <QDebug>
#include <chrono>
#include <thread>
using
namespace
std
::
chrono_literals
;
...
...
Heiko Becker
@heikobecker
mentioned in commit
34640e7e
·
Mar 07, 2021
mentioned in commit
34640e7e
mentioned in commit 34640e7e777b198b06d73f71149c0ee44fddb1fc
Toggle commit list
Write
Preview
Supports
Markdown
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