blob: b8793fcbf703383fc249b2f842df24b4cd919fcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.3 2011/11/23 22:37:44 marino Exp $
--- src/tigr/show-diff.cc.orig 2007-07-13 17:06:59.000000000 +0000
+++ src/tigr/show-diff.cc
@@ -14,6 +14,7 @@
#include <cstdlib>
#include <cassert>
#include <climits>
+#include <algorithm>
using namespace std;
|