From fd1372ba8b1c3eb3c7fad6d9c623176c8071f31b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 1 Jan 2015 19:58:59 +0000 Subject: boost::unordered_map->std::unordered_map you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19 --- sal/osl/all/debugbase.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sal') diff --git a/sal/osl/all/debugbase.cxx b/sal/osl/all/debugbase.cxx index c2dc2b68f74e..ae097ee891b1 100644 --- a/sal/osl/all/debugbase.cxx +++ b/sal/osl/all/debugbase.cxx @@ -24,6 +24,7 @@ #include "osl/diagnose.hxx" #include "sal/log.hxx" #include "boost/bind.hpp" +#include #include namespace { -- cgit