aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree/workspace.h
diff options
context:
space:
mode:
authorCarl Smedstad <carl.smedstad@protonmail.com>2022-11-06 20:31:41 +0100
committerSimon Ser <contact@emersion.fr>2023-01-03 21:50:56 +0100
commit95405911051dbb233902c95f824dccdde1e419fd (patch)
treeaec4203df66bdd6b556fb849d1f6d898830fd3b4 /include/sway/tree/workspace.h
parente3257e646ce72a3f26cc5ca67f07389e497c816b (diff)
Add missing includes & remove duplicates
Diffstat (limited to 'include/sway/tree/workspace.h')
-rw-r--r--include/sway/tree/workspace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/workspace.h b/include/sway/tree/workspace.h
index b3d93a81..b0fef4ca 100644
--- a/include/sway/tree/workspace.h
+++ b/include/sway/tree/workspace.h
@@ -2,6 +2,7 @@
#define _SWAY_WORKSPACE_H
#include <stdbool.h>
+#include "sway/config.h"
#include "sway/tree/container.h"
#include "sway/tree/node.h"