Skip to content

Commit 35191b1

Browse files
committed
i3/sway: fix lint issues
1 parent 6e4abdd commit 35191b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/x11/i3/ipc/connection.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <algorithm>
2+
#include <array>
23
#include <tuple>
34

45
#include <bit>
@@ -13,6 +14,7 @@
1314
#include <qlocalsocket.h>
1415
#include <qlogging.h>
1516
#include <qloggingcategory.h>
17+
#include <qnamespace.h>
1618
#include <qobject.h>
1719
#include <qsysinfo.h>
1820
#include <qtenvironmentvariables.h>

0 commit comments

Comments
 (0)