Commit b451d3b
SmallVector: Add missing include and std prefix
[Why]
The compilation fails with:
> In file included from doocs-clientlib/src/EqAdr.cc:29:
> subprojects/gul17/include/gul17/SmallVector.h:277:22: error: 'uint32_t' does not name a type [-Wtemplate-body]
> 277 | using SizeType = uint32_t;
> | ^~~~~~~~
> subprojects/gul17/include/gul17/SmallVector.h:32:1: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
> ---8<---
Signed-off-by: Soeren Grunewald <soeren.grunewald@desy.de>1 parent 08c21bb commit b451d3b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
274 | 275 | | |
275 | 276 | | |
276 | 277 | | |
277 | | - | |
| 278 | + | |
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
| |||
0 commit comments