mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kutils: include fixx11h header in xsyncbasedpoller header
partially fixes build when CMAKE_UNITY_BUILD is set to ON Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7ddc53d4c1
commit
74dc8adc62
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/extensions/sync.h>
|
||||
#include <fixx11h.h>
|
||||
|
||||
class XSyncBasedPoller : public AbstractSystemPoller
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue