blob: 91adc25b6442466222564b1eadaac009af2e2960 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ./ocr-utils/narray-io.h.orig 2008-10-16 05:40:46.000000000 +0900
+++ ./ocr-utils/narray-io.h 2009-05-26 21:22:11.000000000 +0900
@@ -31,6 +31,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <stdint.h>
#include "colib.h"
namespace ocropus {
|