From dd5eb7ae6781e963c6eb20049087c3f3c7e7b510 Mon Sep 17 00:00:00 2001 From: Olivier Bertrand Date: Tue, 30 Sep 2014 01:25:53 +0200 Subject: - Add #include needed by GCC to declare uintptr_t modified: storage/connect/array.cpp storage/connect/filamap.cpp --- storage/connect/array.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'storage/connect/array.cpp') diff --git a/storage/connect/array.cpp b/storage/connect/array.cpp index 9c679456b68..2519191f6e6 100644 --- a/storage/connect/array.cpp +++ b/storage/connect/array.cpp @@ -25,6 +25,7 @@ #include #include #include +#include // for uintprt_h #endif // !WIN32 /***********************************************************************/ -- cgit v1.2.1