From e36a9a64f14581b2c7d567d17a72be6d3ea8dccc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 8 Mar 2012 13:36:58 +0200 Subject: Convert tools/table.hxx to std::map Convert usage of tools/table.hxx to std::map in aPTable field of SvPersistStream class. --- idl/inc/types.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'idl') diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index 09ff414b4ec1..508f5a0c2963 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -31,6 +31,7 @@ #include #include +#include #include struct SvSlotElement; -- cgit