mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
15 lines
276 B
Diff
15 lines
276 B
Diff
--- a/include/criterion/alloc.h
|
|
+++ b/include/criterion/alloc.h
|
|
@@ -31,9 +31,11 @@
|
|
#ifdef __cplusplus
|
|
# include <memory>
|
|
# include <cstddef>
|
|
+# include <cstdint>
|
|
using std::size_t;
|
|
#else
|
|
# include <stddef.h>
|
|
+# include <stdint.h>
|
|
#endif
|
|
#include "internal/common.h"
|
|
|