repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
calc: on editing invalidation of view with different zoom is wrong
[LibreOffice.git]
/
external
/
zxing
/
missing-include.patch.0
blob
73bca6bdcaa140082ed2621b75a0e52769a928f1
1
--- core/src/Generator.h
2
+++ core/src/Generator.h
3
@@ -6,7 +6,9 @@
4
#pragma once
5
6
#ifdef __cpp_impl_coroutine
7
+#include <concepts>
8
#include <coroutine>
9
+#include <iterator>
10
#include <optional>
11
12
// this code is based on https://en.cppreference.com/w/cpp/coroutine/coroutine_handle#Example