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
KWin
Commits
3d363fb7
Commit
3d363fb7
authored
Feb 11, 2021
by
Vlad Zahorodnii
Browse files
Fix build on FreeBSD
parent
9ccae5ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/platforms/wayland/egl_wayland_backend.cpp
View file @
3d363fb7
...
...
@@ -36,6 +36,8 @@
#include
<QFile>
#include
<QOpenGLContext>
#include
<cmath>
namespace
KWin
{
namespace
Wayland
...
...
src/plugins/platforms/wayland/wayland_backend.cpp
View file @
3d363fb7
...
...
@@ -58,6 +58,8 @@
#include
<unistd.h>
#include
<fcntl.h>
#include
<cmath>
namespace
KWin
{
namespace
Wayland
...
...
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