aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wayfire-plugins-extra/files/patch-libc++
blob: 3e0ebb1e007f3058012014ee408f0725e6e5c945 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"