mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-06 12:37:34 -08:00
Disable tests for now since they fail to build with a C++ error that I don't know how to fix. Closes: https://bugs.gentoo.org/894744 Closes: https://bugs.gentoo.org/896720 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
12 lines
257 B
Diff
12 lines
257 B
Diff
diff --git a/include/libpy/util.h b/include/libpy/util.h
|
|
index 3e0c72d..8669483 100644
|
|
--- a/include/libpy/util.h
|
|
+++ b/include/libpy/util.h
|
|
@@ -1,5 +1,6 @@
|
|
#pragma once
|
|
|
|
+#include <cstdint>
|
|
#include <algorithm>
|
|
#include <sstream>
|
|
#include <stdexcept>
|