From 3cd278a1692de1947e5ed14481fb414020b0bb83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Wed, 23 Jan 2008 19:34:39 +0000 Subject: [PATCH] Ticket #1593: [interprocess] 'streamoff' : is not a member of 'std' [SVN r42931] --- test/file_mapping_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/file_mapping_test.cpp b/test/file_mapping_test.cpp index b9851c9..abe97dd 100644 --- a/test/file_mapping_test.cpp +++ b/test/file_mapping_test.cpp @@ -9,6 +9,7 @@ ////////////////////////////////////////////////////////////////////////////// #include +#include // for std::streamoff #include #include #include