[Libreoffice-commits] core.git: avmedia/source

Tor Lillqvist tml at collabora.com
Thu May 15 09:39:15 PDT 2014


 avmedia/source/macavf/player.mm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit be1913aa1f5b5af19dfdbf4093e443001abf9195
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu May 15 19:37:57 2014 +0300

    Argh, it's <ext/hash_map> apparently
    
    Change-Id: Ide91e3302aa17052eb4deb3ddd16ff1ef83401fe

diff --git a/avmedia/source/macavf/player.mm b/avmedia/source/macavf/player.mm
index 1e2c882..343f562 100644
--- a/avmedia/source/macavf/player.mm
+++ b/avmedia/source/macavf/player.mm
@@ -29,7 +29,7 @@ using namespace ::com::sun::star;
 #include <unordered_map>
 typedef std::unordered_map<NSObject*,avmedia::macavf::MacAVObserverHandler*> HandlersForObject;
 #else
-#include <hash_map>
+#include <ext/hash_map>
 typedef std::hash_map<NSObject*,avmedia::macavf::MacAVObserverHandler*> HandlersForObject;
 #endif
 


More information about the Libreoffice-commits mailing list