blob: 80d4551389def881621b610312fb95758d4b52de (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -Nuar goldendict-0.9.0-src.orig/chunkedstorage.hh goldendict-0.9.0-src/chunkedstorage.hh
--- goldendict-0.9.0-src.orig/chunkedstorage.hh 2009-09-24 20:20:56.000000000 +0600
+++ goldendict-0.9.0-src/chunkedstorage.hh 2009-09-24 20:22:22.000000000 +0600
@@ -8,6 +8,7 @@
#include "file.hh"
#include <vector>
+#include <stdint.h>
#ifdef _MSC_VER
#include <stdint_msvc.h>
|