diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2013-08-12 21:42:03 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2013-08-12 23:47:06 +0300 |
commit | 14f9da1c6c9504deec83d6ab5975cba118d2b165 (patch) | |
tree | 1f9d640a75a8567b3468120ebfedfb07598454bf /sc/inc/formulaopt.hxx | |
parent | 416d10b5f91047f0dcfbcc233c60322810bfc8d0 (diff) |
Include <map> for std::map with MSVC
Change-Id: I88a36c7e4a795679519aa26387c7de8fd4ae007f
Diffstat (limited to 'sc/inc/formulaopt.hxx')
-rw-r--r-- | sc/inc/formulaopt.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/formulaopt.hxx b/sc/inc/formulaopt.hxx index 70e533a6ef0f..8ab4e0bf54cd 100644 --- a/sc/inc/formulaopt.hxx +++ b/sc/inc/formulaopt.hxx @@ -10,6 +10,7 @@ #ifndef SC_FORMULAOPT_HXX #define SC_FORMULAOPT_HXX +#include <map> #include <svl/poolitem.hxx> #include <unotools/configitem.hxx> #include <unotools/localedatawrapper.hxx> |