blob: 248df86814d6bf728beac3bddf8774cb9eb28bbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-src_Graph.cc,v 1.1 2011/12/06 19:47:32 joerg Exp $
--- src/Graph.cc.orig 2011-12-06 17:01:21.000000000 +0000
+++ src/Graph.cc
@@ -22,6 +22,7 @@
#include <list>
#include <map>
#include <vector>
+#include <climits>
#include "BitString.h"
#include "CvrStgFile.h"
|