aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wayfire-plugins-extra/files/patch-libc++
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/wayfire-plugins-extra/files/patch-libc++')
-rw-r--r--x11-wm/wayfire-plugins-extra/files/patch-libc++14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-wm/wayfire-plugins-extra/files/patch-libc++ b/x11-wm/wayfire-plugins-extra/files/patch-libc++
new file mode 100644
index 000000000000..3e0ebb1e007f
--- /dev/null
+++ b/x11-wm/wayfire-plugins-extra/files/patch-libc++
@@ -0,0 +1,14 @@
+../subprojects/windecor/deco-theme.cpp:11:9: fatal error: 'bits/stdc++.h' file not found
+#include<bits/stdc++.h>
+ ^~~~~~~~~~~~~~~
+
+--- subprojects/windecor/deco-theme.cpp.orig 2020-12-14 07:51:43 UTC
++++ subprojects/windecor/deco-theme.cpp
+@@ -8,7 +8,6 @@
+ #include <sys/stat.h>
+ #include <unistd.h>
+ #include <fstream>
+-#include<bits/stdc++.h>
+
+ #include "INIReader.h"
+