summaryrefslogtreecommitdiff
path: root/app-misc/rdfind/files/rdfind-1.5.0_include-limits-header.patch
blob: 98eaa482d7df6cf546594a6c350398a6a674a7a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 054eda51711cb2623bad022db613381fa8c183d0 Mon Sep 17 00:00:00 2001
From: tastytea <tastytea@tastytea.de>
Date: Sun, 15 Aug 2021 16:50:44 +0200
Subject: [PATCH] Include limits header.

Needed for std::numeric_limits.
---
 rdfind.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rdfind.cc b/rdfind.cc
index fbd6cb8..64dd8f6 100644
--- a/rdfind.cc
+++ b/rdfind.cc
@@ -9,6 +9,7 @@
 // std
 #include <algorithm>
 #include <iostream>
+#include <limits>
 #include <string>
 #include <vector>
 
-- 
2.31.1