sci-biology/cmdock: fix build

Closes: https://bugs.gentoo.org/901345
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-01-09 15:19:33 +05:00
parent a78729f8ee
commit bf5dd7c748
3 changed files with 260 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Rbt.cxx: Add missing include
--- a/src/lib/Rbt.cxx
+++ b/src/lib/Rbt.cxx
@@ -15,6 +15,7 @@
#include <algorithm> //For sort
#include <climits> //For PATH_MAX
#include <cstdlib> //For getenv
+#include <cstdint> //For int types
#include <ctime> //For time functions
#include <dirent.h> //For directory handling
#include <fstream> //For ifstream
@@ -581,4 +582,4 @@ bool Rbt::endsWith (std::string const &fullString, std::string const &ending) {
} else {
return false;
}
-}
\ No newline at end of file
+}