Fix build on FreeBSD
This commit is contained in:
parent
9ccae5eda6
commit
3d363fb797
2 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,8 @@
|
|||
#include <QFile>
|
||||
#include <QOpenGLContext>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
namespace Wayland
|
||||
|
|
|
@ -58,6 +58,8 @@
|
|||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
namespace Wayland
|
||||
|
|
Loading…
Reference in a new issue