blob: 8bafb792b5e7a728c97812d8024c0303da867d7c (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- src/wconfig_layout.cc
+++ src/wconfig_layout.cc
@@ -23,6 +23,7 @@
#include "wconfig.h"
#include "worker.h"
#include <aguix/acontainerbb.h>
+#include <algorithm>
static struct {
WConfig::layoutID_t id;
|