blob: 0f971afea0366bea7b28ea2383252faff040f4e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
../subprojects/windecor/deco-theme.cpp:14:10: fatal error: 'bits/stdc++.h' file not found
#include <bits/stdc++.h>
^~~~~~~~~~~~~~~
--- subprojects/windecor/deco-theme.cpp.orig 2023-09-30 05:08:04 UTC
+++ subprojects/windecor/deco-theme.cpp
@@ -11,7 +11,6 @@
#include <sys/stat.h>
#include <unistd.h>
#include <fstream>
-#include <bits/stdc++.h>
typedef struct {
double x;
|