diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-06 17:00:46 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-06 17:00:46 +0100 |
commit | c1550162b903ba29e62b842efe3b380d46d94cc0 (patch) | |
tree | 1392d26b7f61300aec2c588fe4165a8f250c2ead /sc/inc/dpglobal.hxx | |
parent | eb1d9d3cda2da6b00749ff61ea63931f00a5b2b7 (diff) |
add a missing include
Diffstat (limited to 'sc/inc/dpglobal.hxx')
-rw-r--r-- | sc/inc/dpglobal.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dpglobal.hxx b/sc/inc/dpglobal.hxx index 2b7a8a1f416b..658c4a1ad072 100644 --- a/sc/inc/dpglobal.hxx +++ b/sc/inc/dpglobal.hxx @@ -32,6 +32,7 @@ #include <algorithm> #include <list> +#include <vector> #include <tools/gen.hxx> #include <tools/debug.hxx> #include <global.hxx> |