summaryrefslogtreecommitdiff
path: root/sys-fs/ext3grep/files/ext3grep-0.10.2-missing-cassert-include.patch
blob: 34e60b00a6596415d6527fa8bc83c4fc3c02fcd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
https://bugs.gentoo.org/890987
--- a/src/custom.cc
+++ b/src/custom.cc
@@ -44,6 +44,7 @@
 #include "init_consts.h"
 #include "print_inode_to.h"
 #include <sys/time.h>
+#include <cassert>
 #include <cstring>
 #include <ctime>