diff options
Diffstat (limited to 'graphics/tesseract/patches/patch-viewer_scrollview.cpp')
-rw-r--r-- | graphics/tesseract/patches/patch-viewer_scrollview.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/tesseract/patches/patch-viewer_scrollview.cpp b/graphics/tesseract/patches/patch-viewer_scrollview.cpp new file mode 100644 index 00000000000..b635da6ecc8 --- /dev/null +++ b/graphics/tesseract/patches/patch-viewer_scrollview.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-viewer_scrollview.cpp,v 1.1 2013/04/29 21:31:12 joerg Exp $ + +--- viewer/scrollview.cpp.orig 2013-04-29 19:49:57.000000000 +0000 ++++ viewer/scrollview.cpp +@@ -39,6 +39,7 @@ const int kMaxIntPairSize = 45; // Hold + #include <algorithm> + #include <vector> + #include <string> ++#include <cstdlib> + #include <cstring> + #include <climits> + |