diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-01-05 07:40:37 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-01-05 07:41:13 +0200 |
commit | cfcbe2e44e33f4a60e70006ff5e1cbb9aa2adceb (patch) | |
tree | 8996f7d49649a03a615e6d8e72e74e8124240d35 /vcl/inc/osx | |
parent | 3503b92070e5b7389c0d44eb980067f68e458f40 (diff) |
Need <boost/functional/hash.hpp> for boost::hash
Change-Id: I64915b6a1dde7c0c518334b8d90bce70844d0fbe
Diffstat (limited to 'vcl/inc/osx')
-rw-r--r-- | vcl/inc/osx/saldata.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/osx/saldata.hxx b/vcl/inc/osx/saldata.hxx index 4ac39dd960d3..babb1b44301a 100644 --- a/vcl/inc/osx/saldata.hxx +++ b/vcl/inc/osx/saldata.hxx @@ -33,6 +33,8 @@ #include "svdata.hxx" #include "salwtype.hxx" +#include <boost/functional/hash.hpp> + #include <list> #include <map> #include <unordered_set> |