projects
/
filament.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c407c03
)
Fix FTBFS with GCC-12
author
Timo Röhling
<roehling@debian.org>
Thu, 16 Jun 2022 16:46:44 +0000
(18:46 +0200)
committer
Timo Röhling
<roehling@debian.org>
Wed, 2 Nov 2022 23:09:28 +0000
(23:09 +0000)
Gbp-Pq: Name 0016-Fix-FTBFS-with-GCC-12.patch
libs/utils/src/Profiler.cpp
patch
|
blob
|
history
diff --git
a/libs/utils/src/Profiler.cpp
b/libs/utils/src/Profiler.cpp
index 75caf8778621cad18e11095d72476398c980c4a3..61513b8dae311bc9b9e336a21fab7d5d5845a1ad 100644
(file)
--- a/
libs/utils/src/Profiler.cpp
+++ b/
libs/utils/src/Profiler.cpp
@@
-27,6
+27,7
@@
#endif
#include <algorithm>
+#include <iterator>
#include <memory>
#if defined(__linux__)